increase types_hash_max_size to 4096

This commit is contained in:
Daniel Micay 2021-01-20 10:19:04 -05:00
parent eea01c4b48
commit 795e3e2fdc

View File

@ -17,7 +17,7 @@ http {
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 4096;
server_tokens off; server_tokens off;
client_max_body_size 1k; client_max_body_size 1k;