浏览代码

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

mengqingchuang 4 年之前
父节点
当前提交
638c27b974
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {