9951 explained code solutions for 126 technologies


nginxCustom 500 (internal) errors page


error_page 500 502 503 504 /my500.html;ctrl + c
error_page

defines custom page to show on error identified by a code

500 502 503 504

list of internal error codes

/my500.html

path to custom page to show on internal errors