From a142dcb8c2f0788648db7dd93d3139b6ef5cfdb1 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 6 Nov 2023 15:00:22 -0500 Subject: [PATCH] Increase the max types hash size --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2f6fe34..391f560 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -13,7 +13,7 @@ http { tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; - types_hash_max_size 2048; + types_hash_max_size 4096; server_names_hash_bucket_size 64; client_max_body_size 30M;