set client_body_buffer_size appropriately
This commit is contained in:
@@ -21,6 +21,7 @@ http {
|
||||
server_tokens off;
|
||||
|
||||
client_max_body_size 4k;
|
||||
client_body_buffer_size 4k;
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
|
||||
Reference in New Issue
Block a user