美文网首页
nginx 404页面提示

nginx 404页面提示

作者: 花钱约下 | 来源:发表于2018-08-17 10:54 被阅读0次

    在nginx.conf配置文件中
    location ~.php {
    //增加
    fastcgi_intercept_errors on;
    }

    server中增加404地址如下:
    error_page 404 = http://www.test.com/error.html;

    相关文章

      网友评论

          本文标题:nginx 404页面提示

          本文链接:https://www.haomeiwen.com/subject/ubjzbftx.html