软件发布| 专题库| 攻略资讯| 苹果专区| 安卓专区| 软件下载| 首页
文章首页 电脑教程 安卓教程 苹果教程 安卓攻略 游戏攻略 新闻资讯
您的位置: 首页 > TAG信息列表 > nginx自定义500、404错误页面 >
nginx自定义500、404错误页面

nginx自定义500、404错误页面

nginx自定义500、404错误页面,1,首先在http添加以下内容http{fastcgi_intercept_errorson;}2,server中添加以下内容:注意路径error_page500502503504 =/500.html;location/500.html{internal;}error_page404 /404.html;location/404.html{inte

2022-09-22