Increase the max types hash size
This commit is contained in:
parent
d16712a542
commit
a142dcb8c2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,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_names_hash_bucket_size 64;
|
server_names_hash_bucket_size 64;
|
||||||
client_max_body_size 30M;
|
client_max_body_size 30M;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue