On Thu, Jun 13, 2013 at 2:44 AM, Simon Hönscheid < [email protected]> wrote:
>
> # skip existing files
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule .* - [L]
>
if (-e $request_filename){
break;
}
try this at the first of your location/server block
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
