Nginx tryfiles fallback skipped for non-existant php file
Have a server running nginx+php-fpm and all running fine except for inconsistent handling of 404s. example.com/fakepath example.com/fakepath.php The first link passes through to our app which handles 404 page, logging etc. The second link returns an error outside our app…