Commit 15a9e238c5e8bad4d7c0210ec5f86a44257bda63

Authored by renansoares
1 parent 4db5ffd2
Exists in master and in 1 other branch v2

increase timeout connection

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/nginx.conf
@@ -22,6 +22,7 @@ server { @@ -22,6 +22,7 @@ server {
22 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 22 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
23 proxy_set_header Host $http_host; 23 proxy_set_header Host $http_host;
24 proxy_redirect off; 24 proxy_redirect off;
  25 + proxy_read_timeout 2000;
25 26
26 proxy_pass http://puma; 27 proxy_pass http://puma;
27 } 28 }