summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-04-23 20:49:08 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-04-23 20:49:08 -0400
commit36e63fcbef3117169edcd27e05ffdab9dcca8dca (patch)
tree3561d48cc547588904dbfad77525973f03feefce /nginx
parentf3320a54d12e404e722a8af2493a7ea94571eb1f (diff)
raise keepalive_timeout to prior HTTP/2 value
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index aed7aed2..f84275b7 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -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;