Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx-0.7.54
Игорь, планируется ли добавление возможности очистки хедеров (в
частности Content-Disposition:), чтобы правильно работала конструкция
при превышении imit_conn:
error_page 503 = /503.html;
location /files/ {
internal;
root /storage/dl;
access_log off;
limit_conn one 3;
}
location /503.html {
root /storage/dl;
}
--
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE
|