Fix large downloads by disabling buffering
This commit is contained in:
parent
e67ae5748f
commit
9b7eac7117
@ -36,6 +36,10 @@ server {
|
||||
client_body_timeout 3600s;
|
||||
client_body_buffer_size 512k;
|
||||
|
||||
# Otherwise downloads are limited to 1 GB
|
||||
# https://docs.nextcloud.com/server/stable/admin_manual/configuration_files/big_file_upload_configuration.html
|
||||
proxy_buffering off;
|
||||
|
||||
# Redirect rules copied from
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html.
|
||||
location ^~ /.well-known {
|
||||
|
Loading…
Reference in New Issue
Block a user