From e63ca82933a542d277c1355910bf4d853bfa33de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= Date: Fri, 3 Mar 2017 10:32:53 +0100 Subject: [PATCH] WebSocket timeout set to 1 day --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index ed569f7..53e72dd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,6 +11,8 @@ location / { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; + proxy_read_timeout 86400s; + proxy_send_timeout 86400s; location ~ \.(js|css|woff|woff2|ttf) { proxy_pass http://localhost:9220;