Browse Source

更新 'share-v2/sharebms2-nginx/conf.d/default.conf'

mengqingchuang 4 years ago
parent
commit
638c27b974
1 changed files with 1 additions and 1 deletions
  1. 1 1
      share-v2/sharebms2-nginx/conf.d/default.conf

+ 1 - 1
share-v2/sharebms2-nginx/conf.d/default.conf

@@ -1,6 +1,6 @@
 server {
     listen       80 default;
-    allow   100.64.0.0/10;
+    #allow   100.64.0.0/10;
     deny all;
     # 禁止IP访问及未绑定的域名跳转
     location = /healthz {