Ver código fonte

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

chenghongxi 4 anos atrás
pai
commit
69c86a6f72
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      versioncheck-nginx/conf.d/versioncheck-nginx.conf

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

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