From db269f1878c40912e20a4592e7152b007ba71f72 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Thu, 14 Dec 2017 22:53:11 +0300 Subject: [PATCH] PMM-1874 Increase proxy read timeout. --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) 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