nginx错误重定向
error_page 404 500 502 503 504 /500.html;
# redirect server error pages to the static page /50x.html
#
#error_page 500 502 503 504 /50x.html;
location = /500.html {
root /home/mlzboy/my/idea2/search/;
}
reference:http://expressica.com/2008/03/22/nginx-set-up-error-pages/
http://www.ohlinux.com/?p=395
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did44033