nginx配置访问域名返回404页面,其他页面可以访问

location = / {
     return 404;
}

 

posted @ 2022-03-09 16:59  pengcx  阅读(36)  评论(0编辑  收藏  举报