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;
posted @ 2018-09-11 16:03  Done、  阅读(123)  评论(0编辑  收藏  举报