From 0c9cbab30d9e159124d286bd992827bef29956be Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 20 Mar 2014 09:57:45 +0100 Subject: [PATCH] Added proxy_read_timeout to prevent web socket disconnect after 2 min. --- contrib/nginx/sites-enabled/zammad.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/nginx/sites-enabled/zammad.conf b/contrib/nginx/sites-enabled/zammad.conf index 5be122287..7fc5d08ba 100644 --- a/contrib/nginx/sites-enabled/zammad.conf +++ b/contrib/nginx/sites-enabled/zammad.conf @@ -20,6 +20,7 @@ server { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_pass http://localhost:6042; + proxy_read_timeout 86400; } location / {