兜兜    2018-07-04 17:13:48    2019-07-23 09:55:33   

   nginx 错误页面 tomcat

```nginx proxy_intercept_errors on; server { error_page 404 /404.html; location = /404.html { root /usr/share/nginx/html; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } } ```

©著作权归作者所有:来自ynotes.cn笔记作者兜兜的原创作品,如需转载,请注明出处:https://ynotes.cn/blog/article_detail/113

文章分类: 运维     个人分类: web服务器

收藏


1 条评论
按时间正序 按时间倒序

1 2018-07-04 17:46:03

👍👍👍👍

       1人回复

2018-07-05 11:06:54    回复