From 64e97b6f1f971b587d86eb3bce721ab8a953449c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 1 Sep 2019 01:32:29 +0900 Subject: [PATCH] Increase keepalive_timeout=300 to prevent /graphs websocket timeout --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index d9b8a234e..e1caa6fcf 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,7 +12,7 @@ http { sendfile on; tcp_nopush on; tcp_nodelay on; - keepalive_timeout 65; + keepalive_timeout 300s; types_hash_max_size 2048; include /etc/nginx/mime.types;