Need help - rewrite from apache to nginx

hg_04 nginx-forum на nginx.us
Пн Июл 19 13:35:59 MSD 2010


[quote]RewriteRule detail-property-results-([0-9]+).php$
/results_detail.php?pageindex=$1&lang=en
[NC,L][/quote]
не факт, но как-то так
location = ^/detail-property-results-([0-9]+)\.php$ {
proxy_pass  
http://localhost:8000/results_detail.php?pageindex=$1&lang=en;
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,110209,110410#msg-110410




Подробная информация о списке рассылки nginx-ru