ПРОЕКТЫ 


  АРХИВ 


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: proxy_read_timeout



On 12/28/2011 03:26 PM, Konstantin Svist wrote:
Здравствуйте.

Можно ли как нибудь установить proxy_read_timeout на лету?
Может быть с помощью lua?

похоже, что нет
разве что с помощью location
что то типа
if ($a=='123') {rewrite ^ /a1 last;}
if ($a=='321') {rewrite ^ /a2 last;}

location /a1 {
    proxy_read_timeout 10;
    ....
}

location /a2 {
    proxy_read_timeout 20;
    ....
}

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


 




Copyright © Lexa Software, 1996-2009.