Set Nginx tweaks according to Minio docs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-07 09:31:09 +02:00
parent 995d3a8829
commit 1a0de16a91
6 changed files with 10 additions and 5 deletions

View File

@ -0,0 +1 @@
ignore_invalid_headers off;

View File

@ -0,0 +1 @@
proxy_buffering off;

View File

@ -0,0 +1 @@
client_max_body_size 0;

View File

@ -1 +0,0 @@
client_max_body_size {{ nginx_max_body_size }};