raise keepalive_timeout to prior HTTP/2 value

This commit is contained in:
Daniel Micay 2021-04-23 20:49:08 -04:00
parent f3320a54d1
commit 36e63fcbef

View File

@ -20,7 +20,7 @@ http {
sendfile on;
sendfile_max_chunk 512k;
tcp_nopush on;
keepalive_timeout 65;
keepalive_timeout 3m;
types_hash_max_size 4096;
server_tokens off;
msie_padding off;