http和nginx错误定义

ErrorDocument 404 http://www.baidu.com                  错误转到路径

<Directory />
AllowOverride all
Require all denied
</Directory>


error_page 404 /404.html;
location = /404.html {
root /usr/share/nginx/html;              错误转到路径
}

 

posted on 2019-07-26 14:05  我就是我没毛病  阅读(198)  评论(0编辑  收藏  举报

导航