From 15a9e238c5e8bad4d7c0210ec5f86a44257bda63 Mon Sep 17 00:00:00 2001 From: renansoares Date: Thu, 31 Mar 2016 17:09:15 -0300 Subject: [PATCH] increase timeout connection --- config/nginx.conf | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index ff15077..86e1f92 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -22,6 +22,7 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_redirect off; + proxy_read_timeout 2000; proxy_pass http://puma; } -- libgit2 0.21.2