diff --git a/nginx.conf b/nginx.conf index b4a89c856..47f4993ee 100644 --- a/nginx.conf +++ b/nginx.conf @@ -34,11 +34,13 @@ location /graph { proxy_pass http://127.0.0.1:3000; rewrite ^/graph/(.*) /$1 break; + proxy_read_timeout 600; } # Prometheus location /prometheus { proxy_pass http://127.0.0.1:9090; + proxy_read_timeout 600; } # Consul UI