Nginx 404 500

Nginx反向代理自定义404错误页面

http中添加
proxy_intercept_errors on;

server中添加
error_page 404 = https://www.longda.cn/errorHtml/404.html;
error_page 500 = https://www.longer.cn/errorHtml/500.html;
原文地址:https://www.cnblogs.com/ipyanthony/p/9628318.html