mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -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;
|
||||
# To disable buffering
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $http_host;
|
||||
@ -78,6 +79,7 @@ http {
|
||||
client_max_body_size 0;
|
||||
# To disable buffering
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $http_host;
|
||||
|
Loading…
Reference in New Issue
Block a user