following symlinks
    Michael Shadle 
    mike503 at gmail.com
       
    Wed Apr  1 21:04:13 MSD 2009
    
    
  
2009/4/1 Igor Sysoev <is at rambler-co.ru>:
> You should get http://sysoev.ru/nginx/patch.try_files.0.6.35.5
> and use
>
>     location / {
>         try_files   $uri  $uri/index.html $uri.html  @rails;
>     }
>
>     location @rails {
>         proxy_pass  http://site-here;
>     }
Exactly.
try_files was going to be what I was going to say the minute I saw all
those checks.
Also - how about just upgrading? 0.7.x is just as stable for us basically :)
    
    
More information about the nginx
mailing list