Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need help - rewrite from apache to nginx
>Видимо не нужен ^. Или я не прав ?
действительно не нужен
^ - начало строки
должно быть так
location ~* /property-results {
location ~* /property-results-([0-9]+)\.php$ {}
}
почитай
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#location
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,110209,111195#msg-111195
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|