Set Nginx tweaks according to Minio docs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
1
ansible/templates/headers.conf
Normal file
1
ansible/templates/headers.conf
Normal file
@ -0,0 +1 @@
|
||||
ignore_invalid_headers off;
|
1
ansible/templates/proxy.conf
Normal file
1
ansible/templates/proxy.conf
Normal file
@ -0,0 +1 @@
|
||||
proxy_buffering off;
|
1
ansible/templates/upload.conf
Normal file
1
ansible/templates/upload.conf
Normal file
@ -0,0 +1 @@
|
||||
client_max_body_size 0;
|
@ -1 +0,0 @@
|
||||
client_max_body_size {{ nginx_max_body_size }};
|
Reference in New Issue
Block a user