指定一个错误页面:
error_page 404 /404.html;
location = /404.html {
root /usr/share/nginx/html;
}
指定一个url地址:
error_page 404 /404.html;
error_page 404 = http://www.test.com/error.html;
实例配置;
error_page 404 /404.html; error_page 404 = https://pre.weifengtech.cn/index.html;
原文地址:https://www.cnblogs.com/weifeng1463/p/10255729.html
时间: 2024-10-17 23:50:40