mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Update nginx.conf for large file uploads (#14481)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user