码迷,mamicode.com
首页 > 其他好文 > 详细

配置 Nginx 错误页面优雅显示

时间:2017-05-31 18:51:39      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:oca   com   xxx   usr   host   roo   状态码   ati   pre   

[root@localhost ~]# cat /usr/local/nginx/conf/nginx.conf
...... http {
location / { root html/www; index index.html index.htm; error_page 400 401 402 403 404 405 408 410 412 413 414 415 500 501 502 503 506 = http://www.xxxx.com/error.html;
# 将这些状态码的页面链接到 http://www.xxxx.com/error.html ,也可以单独指定某个状态码的页面,如 error_page 404 /404.html } }

 

配置 Nginx 错误页面优雅显示

标签:oca   com   xxx   usr   host   roo   状态码   ati   pre   

原文地址:http://www.cnblogs.com/pzk7788/p/6925189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!