代码错误码跳转设置就是要在nginx.conf下设置如下:
proxy_intercept_errors on;
fastcgi_intercept_errors on;
然后再每一个域名.conf下增加错误码跳转:
error_page 404 = http://m.test.com;
error_page 500 502 503 504 /50x.html;
代码错误码跳转设置就是要在nginx.conf下设置如下:
proxy_intercept_errors on;
fastcgi_intercept_errors on;
然后再每一个域名.conf下增加错误码跳转:
error_page 404 = http://m.test.com;
error_page 500 502 503 504 /50x.html;
上一篇:Saltstack 安装
下一篇:我的友情链接
以下是proxy_next_upstream和fastcgi_next_upstream的官方解释:syntax: proxy_next_upstream[error|timeout|invalid_header|http_500|http_502|http_503|http_504|http_404|off];default: proxy_next_upstreamerror timeout;c
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M