fix nginx slow download issue
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user