increase types_hash_max_size to 4096
This commit is contained in:
parent
eea01c4b48
commit
795e3e2fdc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user