Increase keepalive_timeout=300 to prevent /graphs websocket timeout

This commit is contained in:
wiz 2019-09-01 01:32:29 +09:00
parent 808f118c37
commit 143949bab4

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;