No input file specified. on 404
I have got a problem when tring to use nginx+fastcgi.
When i try to access a non-exist .php script, it returns "No input file specified." instead of 404.
Any ideas ?
PS: I followed the guide on
PPS: missing static objects are returning normal 404
3 Replies
fastcgiintercepterrors on;
error_page 404 /404.html;
try_files $uri /404.html;