Quellcode durchsuchen

删除 'sharebms2-nginx/conf.d/default.conf'

chenghongxi vor 4 Jahren
Ursprung
Commit
fb9e153fc9
1 geänderte Dateien mit 0 neuen und 10 gelöschten Zeilen
  1. 0 10
      sharebms2-nginx/conf.d/default.conf

+ 0 - 10
sharebms2-nginx/conf.d/default.conf

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