Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rewrite c заменой аргументо в
у меня чуть по другому организовано
listen 80:
server {
server_name anysite.ru;
location / {
......
location ~ *.\php$ {
......
}
}
location /new/ {
.......
location ~ *.\php$ {
......
}
}
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,216446,216448#msg-216448
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|