Increase the max types hash size

This commit is contained in:
Kevin MacMartin 2023-11-06 15:00:22 -05:00
parent d16712a542
commit a142dcb8c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;