Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: для location с регулярными выражениями важен порядок следования. срабатывает первое подошедшее.
Я пробовал менять местами.
Т.е. писал вот так:
location ~ ^index.php {
allow all;
}
location ~\.php$ {
deny all;
}
И все равно все php файлы не доступны и 403 ошибка.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,247713,247715#msg-247715
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|