配置文件-404页面重定向到指定页面
时间:2023-08-24 03:08:08 阅读:2077
error_page 404 = @redirect_to_home;
location @redirect_to_home {
add_header Cache-Control "no-cache, no-store, must-revalidate";
add_header Pragma "no-cache";
add_header Expires "0";
return 301 https://www.clxsite.cn;
}

网友评论