标签:配置文件
打开需要限制的站点配置文件添加一下内容:
location ~ /uc_server { deny all; }
nginx 限制站点的某个目录不被访问
原文地址:http://ading.blog.51cto.com/7291969/1615863