Nginx禁止IP直接访问空主机头并允许访问特定目录 时间: 2017/05/10 13:46 分类: Nginx 评论 location /phpmyadmin { allow all; } location / { return 444; }