nginx一些有用的配置 1.防止svn代码外漏 location ~* \.svn/ { deny all; } location ~* ^/resin-admin/ { deny all; } 2.reload时出现pro... 05月03日 配置 2 阅读全文