Browse Source

更新 'versioncheck-nginx/conf.d/versioncheck-nginx.conf'

chenghongxi 4 years ago
parent
commit
e9d484ccc7
1 changed files with 1 additions and 5 deletions
  1. 1 5
      versioncheck-nginx/conf.d/versioncheck-nginx.conf

+ 1 - 5
versioncheck-nginx/conf.d/versioncheck-nginx.conf

@@ -22,9 +22,5 @@ server {
         proxy_http_version 1.1;
         proxy_pass http://versioncheck-svc-nei:8080;
     }
-    
-    location /favicon.ico {
-        log_not_found off;
-        access_log off;
-    }
+   
 }