好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

nginx 404页面重定向 - Linux操作系统:Ubuntu_Centos_

废话不多说我们开始
首先在nginx的配置文件中的
http{
}
或者
sevice{
}
中加入
fastcgi_intercept_errors on;
接着修改
 error_page  404              /Error404/404. html ;
下面的
 location = /404.html {
            root   /var/www/web;
        }
可以注释掉
修改40* 50* 页面也类似


作者[你就当我是浮夸吧]

查看更多关于nginx 404页面重定向 - Linux操作系统:Ubuntu_Centos_的详细内容...

  阅读:50次