fix nginx slow download issue

This commit is contained in:
2026-04-18 07:59:15 -04:00
parent b88a2e1c6e
commit d8839d6b2e
@@ -27,6 +27,7 @@ server {
client_max_body_size 20G; client_max_body_size 20G;
# Stream uploads directly to Nextcloud instead of buffering to disk first # Stream uploads directly to Nextcloud instead of buffering to disk first
proxy_request_buffering off; proxy_request_buffering off;
proxy_buffering off;
set $upstream_nextcloud http://nextcloud:80; set $upstream_nextcloud http://nextcloud:80;