mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
Update nginx.conf for large file uploads (#14481)
This commit is contained in:
parent
9f7d89b3cd
commit
a026c8748f
@ -49,6 +49,7 @@ http {
|
|||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
# To disable buffering
|
# To disable buffering
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
proxy_request_buffering off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
@ -78,6 +79,7 @@ http {
|
|||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
# To disable buffering
|
# To disable buffering
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
proxy_request_buffering off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
|
Loading…
Reference in New Issue
Block a user