mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Increase keepalive_timeout=300 to prevent /graphs websocket timeout
This commit is contained in:
parent
2f3d0ddf3e
commit
64e97b6f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue