From 2b2dfb4c10968c47ca044bf2f1618ced95b7aa70 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 20 Dec 2020 15:40:32 -0500 Subject: [PATCH] set more reasonable limit on concurrent streams --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0975e3c7..7a348679 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -32,6 +32,7 @@ http { send_timeout 30s; http2_recv_timeout 30s; + http2_max_concurrent_streams 32; limit_conn_zone $binary_remote_addr zone=addr:10m; limit_conn addr 256;