Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: исключения для правил
[code]
location ^~ /folder/ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include "/etc/nginx/fastcgi_params.conf";
index index.php;
rewrite ^/folder/(.*).htm$ /folder/index.php?id=$1 break;
}
[/code]
попробовал так, но он при обращении folder
индекс не открывает, 404 пишет почему-то.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,129189,129199#msg-129199
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|