Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Regexp в location
Здравствуйте.
Почему-то запрос попадает в другой локейшн:
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@xxxxxxxxxxxxx
ICQ# 166233339
http://michael.mindmix.ru/
Без бэкапа по жизни.
|