Re: Запретить достут к файлам без расширения

hg_04 nginx-forum на nginx.us
Пт Июн 25 18:27:47 MSD 2010


>как 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