I have a server with multiple hosts and would like to throw 404s from fastCGI, but have nginx serve a static file if it exists. If it doesn't exist, I would like to return the fastCGI response body.
I've used fastcgi_intercept_errors and error_404, but have been failed with conditionals.
Is this possible? - pw