Browse Source

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

mengqingchuang 4 years ago
parent
commit
12a2e70b85
1 changed files with 1 additions and 8 deletions
  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;