|
@@ -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;
|