nginx-404与fastcgi_intercept_errors指令
nginx-404与fastcgi_intercept_errors指令
fastcgi_intercept_errors
语法:fastcgi_intercept_errors on|off
默认值:fastcgi_intercept_errors off
使用字段:http, server, location
这个指令指定是否传递4xx和5xx错误信息到客户端,或者允许nginx使用error_page处理错误信息。
你必须明确的在error_page中指定处理方法使这个参数有效,正如Igor所说“如果没有适当的处理方法,nginx不会拦截一个错误,这个错误不会显示自己的默认页面,这里允许通过某些方法拦截错误
在server主机里面填写:
fastcgi_intercept_errors on;
error_page 400 404 403 500 502 = https://static.syhealth.com/errorPage.html;
所有的问题都是最后一刻解决,如果没有解决,说明你还没有到最后