ПРОЕКТЫ 


  АРХИВ 


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]

return 204 не работает



Здравствуйте.

Имеется конфиг:

        server {
                listen  xx.xx.xx.xx:80;
                server_name site.com *.site.com;

                include  bots;

                rewrite ^/feeds/rss20\.cgi\?(.*)$ 
http://$host/feeds/rss20.cgi?$1 permanent;
                rewrite ^/feeds/atom03\.cgi\?(.*)$ 
http://$host/feeds/atom03.cgi?$1 permanent;

                location /i/ {
                        root         /xxx;
                        expires      1d;
                        log_not_found  off;
                        error_page 404  /zero;
                }

                location = /zero { return 204; }

                location / {
                        proxy_pass  http://127.0.xxx.xxx:80/;
                }
        }

При запросе к http://site.com/i/wrong/url.html выдаётся 404 код, хотя
до перехода на nginx-0.5.0 возвращался 204.


-- 
С уважением,
Монашёв Михаил, SoftSearch.ru
Member of Independent Software Developers Forum (ISDEF)
mailto:postmaster@xxxxxxxxxxxxx
ICQ# 166233339
http://softsearch.ru/
Без бэкапа по жизни.




 




Copyright © Lexa Software, 1996-2009.