From d8839d6b2edce898e3e1e407a8a5b49b16f77ce8 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Sat, 18 Apr 2026 07:59:15 -0400 Subject: [PATCH] fix nginx slow download issue --- docker/nginx/conf.d/nextcloud.timothykim.net.conf | 1 + 1 file changed, 1 insertion(+) 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;