lower max body size to 1k

This commit is contained in:
Daniel Micay 2020-12-03 11:17:21 -05:00
parent 4c20508727
commit 7d5cea6e5d

View File

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