Skip to content

Commit

Permalink
PMM-1874 Increase proxy read timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 14, 2017
1 parent 8f81ec3 commit db269f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db269f1

Please sign in to comment.