Update nginx.conf for large file uploads (#14481)

This commit is contained in:
Jan Madera 2022-03-05 07:32:39 +01:00 committed by GitHub
parent 9f7d89b3cd
commit a026c8748f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;