Re: Regexp в location

Михаил Монашёв postmaster at softsearch.ru
Sat Nov 7 20:43:31 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