问题描述:如何配置网站二级目录跳转到维护页面?例如www.aaa.com/abc解决方案: location /abc { alias /etc/nginx/html; index weihu.html; }