mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Increase keepalive_timeout=300 to prevent /graphs websocket timeout
This commit is contained in:
parent
2f3d0ddf3e
commit
64e97b6f1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user