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

Nginx自定义404页面

时间:2019-01-11 17:21:54      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:err   错误   tps   www   实例   centos   code   https   col   

指定一个错误页面:

error_page    404  /404.html;

location = /404.html {

root   /usr/share/nginx/html;

}

指定一个url地址:

error_page 404  /404.html;

error_page 404 = http://www.test.com/error.html;


实例配置;

       error_page 404 /404.html;
       error_page 404 = https://pre.weifengtech.cn/index.html;

  

 

 

Nginx自定义404页面

标签:err   错误   tps   www   实例   centos   code   https   col   

原文地址:https://www.cnblogs.com/weifeng1463/p/10255729.html

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