Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Запретить достут к файл ам без расширения
>как location может помочь.
[code]
location / {
try_files $uri $uri/ @apache;
return 404 " :P";
}
location @apache {
proxy_pass http://mongrel;
}
[/code]
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,102197,102288#msg-102288
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|