Increase keepalive_timeout=300 to prevent /graphs websocket timeout

This commit is contained in:
wiz 2019-09-01 01:32:29 +09:00
parent 2f3d0ddf3e
commit 64e97b6f1f
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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;