diff --git a/docker/nginx/conf.d/nextcloud.timothykim.net.conf b/docker/nginx/conf.d/nextcloud.timothykim.net.conf index 086c20d..903ea25 100644 --- a/docker/nginx/conf.d/nextcloud.timothykim.net.conf +++ b/docker/nginx/conf.d/nextcloud.timothykim.net.conf @@ -27,6 +27,7 @@ server { client_max_body_size 20G; # Stream uploads directly to Nextcloud instead of buffering to disk first proxy_request_buffering off; + proxy_buffering off; set $upstream_nextcloud http://nextcloud:80;