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
[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 mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|