Regexp в location

Михаил Монашёв postmaster at softsearch.ru
Sat Nov 7 20:06:11 MSK 2009


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

Почему-то запрос попадает в другой локейшн:

2009/11/07 19:59:55 [debug] 87875#0: *4082 http request line: "GET /yandex.ru HTTP/1.1"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http uri: "/yandex.ru"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http args: ""
2009/11/07 19:59:55 [debug] 87875#0: *4082 http exten: "ru"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http process request header line
2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "Host: хххх.ru"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "Accept: */*"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "Pragma: no-cache"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http header: "User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)"
2009/11/07 19:59:55 [debug] 87875#0: *4082 http header done
2009/11/07 19:59:55 [debug] 87875#0: *4082 generic phase: 0
2009/11/07 19:59:55 [debug] 87875#0: *4082 add cleanup: 0000000800D3A990
2009/11/07 19:59:55 [debug] 87875#0: *4082 generic phase: 1
2009/11/07 19:59:55 [debug] 87875#0: *4082 test location: "/"
2009/11/07 19:59:55 [debug] 87875#0: *4082 test location: ~ "^/(\w\.\w)$"
2009/11/07 19:59:55 [debug] 87875#0: *4082 using configuration "/"


должен попадать в ^/(\w\.\w)$ , а попадает в / .

        location / {
            return 204;
        }

        location ~ ^/(\w\.\w)$ {
            proxy_pass http://$1:80/favicon.ico;
        }

Смысл - проксирование фавиконок разных сайтов.



--

С уважением,
Михаил Монашёв, SoftSearch.ru
mailto:postmaster at softsearch.ru
ICQ# 166233339
http://michael.mindmix.ru/
Без бэкапа по жизни.






More information about the nginx-ru mailing list