Sfoglia il codice sorgente

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

chenghongxi 4 anni fa
parent
commit
fb9e153fc9
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  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;
-    }
-}