I am moving from lighttpd and I miss an important option
static-file.exclude-extensions = ( ".php", ".pl" )
which disable access to excutable files even if the backend server is down.
how can I do that with nginx?
--------------
http://gadelkareem.com/