主页
  • 文章
  • ChatGPT
  • 在线编程
    • pygame-ide-online
  • 关于
  • 登录
  • 注册
原创 nginx代理后端tomcat的500 错误页面
兜兜    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; } } ```
阅读 1405 评论 1 收藏 0
阅读 1405
评论 1
收藏 0


©2012-2023 ynotes.cn 版权所有 粤ICP备18092754号