|
@@ -57,10 +57,6 @@ server {
|
|
proxy_redirect off;
|
|
proxy_redirect off;
|
|
proxy_http_version 1.1;
|
|
proxy_http_version 1.1;
|
|
|
|
|
|
- proxy_send_timeout 300;
|
|
|
|
- proxy_read_timeout 300;
|
|
|
|
- proxy_connect_timeout 300;
|
|
|
|
-
|
|
|
|
proxy_pass http://getregioninfo-svc:8100;
|
|
proxy_pass http://getregioninfo-svc:8100;
|
|
}
|
|
}
|
|
|
|
|