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