Explorar o código

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

mengqingchuang %!s(int64=4) %!d(string=hai) anos
pai
achega
12a2e70b85
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      conf.d/businessweb-nginx.conf

+ 1 - 8
conf.d/businessweb-nginx.conf

@@ -60,18 +60,11 @@ server {
         proxy_set_header Remote_addr $remote_addr;
         proxy_set_header X-Real_IP $remote_addr;
         proxy_set_header Host $host;
-        proxy_connect_timeout 600s;
-        proxy_send_timeout 600s;
-        proxy_read_timeout 600s;
-        
+
         proxy_redirect off;
         proxy_http_version 1.1;
         proxy_pass http://club-svc:18080;
     }
-    location /favicon.ico {
-        log_not_found off;
-        access_log off;
-    }
 }
 server {
     listen 80;