ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Переименование URI + memcached



        location /mp4_public {                                                  
                                             
            mp4;                                                                
                                             
            eval_escalate on;                                                   
                                             
            eval $path {                                                        
                                             
                set $memcached_key   "$request_uri";                            
                                             
                memcached_pass  localhost:11211;                                
                                             
            }                                                                   
                                             
            root html/mp4;                                                      
                                           
            try_files /$path @blah;                                             
                                             
        }                                                                       
                                             
                                                                                
                                             
        location @blah {                                                        
                                             
            root   html;   


запрос вида
http://******/mp4_public/a5c_00032527.mp4
работает отлично
Но плеер, при перемотке передаёт параметры, выходит в запрос вида
http://******/mp4_public/a5c_00032527.mp4?start=3322.48&id=undefined&client=FLASH%20WIN%2010,0,42,34&version=4.5.230&width=640

Который не отрабатывается.


Dumping memcache contents
  Number of buckets: 1
  Number of items  : 1
Dumping bucket 3 - 1 total items
add /mp4_public/a5c_00032527.mp4 0 1263895473 35
/img_v/mp4_abx/0003/25/00032527.mp4


/mp4_public/a5c_00032527.mp4  - ключ
/img_v/mp4_abx/0003/25/00032527.mp4  - значение

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,42492,42903#msg-42903


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.