lower max body size to 1k
This commit is contained in:
parent
4c20508727
commit
7d5cea6e5d
@ -20,8 +20,8 @@ http {
|
||||
types_hash_max_size 2048;
|
||||
server_tokens off;
|
||||
|
||||
client_max_body_size 4k;
|
||||
client_body_buffer_size 4k;
|
||||
client_max_body_size 1k;
|
||||
client_body_buffer_size 1k;
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user