Re: Двойные заголовки
Монашёв Михаил
postmaster at softsearch.ru
Wed Aug 8 18:09:25 MSD 2007
Здравствуйте, Михаил.
Вдогонку...
конфиг, который генерит двойные заголовки:
server {
listen хххххх;
server_name ххххх;
location /i/ {
root ххххххх;
expires 30d;
charset windows-1251;
}
location /path-to-cache/ {
internal;
add_header Content-Type text/html;
charset ISO-8859-1;
root хххххххх;
}
location / {
access_log /opt/log/nginx/access.log main;
proxy_pass ххххх;
}
}
Если убрать строчки:
add_header Content-Type text/html;
charset ISO-8859-1;
то двойной заголовок пропадает.
--
С уважением,
Монашёв Михаил, SoftSearch.ru
mailto:postmaster at softsearch.ru
ICQ# 166233339
http://softsearch.ru/
Без бэкапа по жизни.
More information about the nginx-ru
mailing list