From 819de91c75df23cb3c89684b4f2bca3d1e0a2d07 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 6 Jun 2023 15:46:16 -0500 Subject: [PATCH 1/2] Turn off proxy_buffering for nextcloud Signed-off-by: Eric Nemchik --- nextcloud.subdomain.conf.sample | 2 +- nextcloud.subfolder.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index 5aff6de..081f52b 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -34,6 +34,6 @@ server { # Uncomment X-Frame-Options directive in ssl.conf to pass security checks. proxy_hide_header X-Frame-Options; - proxy_max_temp_file_size 2048m; + proxy_buffering off; } } diff --git a/nextcloud.subfolder.conf.sample b/nextcloud.subfolder.conf.sample index 42d2265..e3ce186 100644 --- a/nextcloud.subfolder.conf.sample +++ b/nextcloud.subfolder.conf.sample @@ -36,7 +36,7 @@ location ^~ /nextcloud/ { rewrite /nextcloud(.*) $1 break; # Uncomment X-Frame-Options directive in ssl.conf to pass security checks. proxy_hide_header X-Frame-Options; - proxy_max_temp_file_size 2048m; + proxy_buffering off; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; proxy_ssl_session_reuse off; From 16815d42552313d89f6b7abb10d84deccf370b4e Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 6 Jun 2023 15:57:05 -0500 Subject: [PATCH 2/2] Update nextcloud dates Signed-off-by: Eric Nemchik --- nextcloud.subdomain.conf.sample | 2 +- nextcloud.subfolder.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index 081f52b..3e03083 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/31 +## Version 2023/06/06 # make sure that your nextcloud container is named nextcloud # make sure that your dns has a cname set for nextcloud # assuming this container is called "swag", edit your nextcloud container's config diff --git a/nextcloud.subfolder.conf.sample b/nextcloud.subfolder.conf.sample index e3ce186..44a672b 100644 --- a/nextcloud.subfolder.conf.sample +++ b/nextcloud.subfolder.conf.sample @@ -1,4 +1,4 @@ -## Version 2023/05/10 +## Version 2023/06/06 # make sure that your nextcloud container is named nextcloud # make sure that nextcloud is set to work with the base url /nextcloud/ # Assuming this container is called "swag", edit your nextcloud container's config