My site is currently down due to hardware errors on the physical host. Phusion Passenger is returning this unsightly error, even though we have a nice custom 500 error page configured in nginx. Is it possible to change?
I have configured passenger with the following:
passenger_friendly_error_pages off;
passenger_intercept_errors on;
And customized the error page in /opt/nginx/html/50x.html
. And restarted. Yet nothing. Any ideas?