summaryrefslogtreecommitdiff
path: root/nginx/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
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;