File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Version 2023/05/31
1+ ## Version 2023/06/06
22# make sure that your nextcloud container is named nextcloud
33# make sure that your dns has a cname set for nextcloud
44# assuming this container is called "swag", edit your nextcloud container's config
@@ -34,6 +34,6 @@ server {
3434
3535 # Uncomment X-Frame-Options directive in ssl.conf to pass security checks.
3636 proxy_hide_header X-Frame-Options;
37- proxy_max_temp_file_size 2048m ;
37+ proxy_buffering off ;
3838 }
3939}
Original file line number Diff line number Diff line change 1- ## Version 2023/05/10
1+ ## Version 2023/06/06
22# make sure that your nextcloud container is named nextcloud
33# make sure that nextcloud is set to work with the base url /nextcloud/
44# Assuming this container is called "swag", edit your nextcloud container's config
@@ -36,7 +36,7 @@ location ^~ /nextcloud/ {
3636 rewrite /nextcloud(.*) $1 break;
3737 # Uncomment X-Frame-Options directive in ssl.conf to pass security checks.
3838 proxy_hide_header X-Frame-Options;
39- proxy_max_temp_file_size 2048m ;
39+ proxy_buffering off ;
4040 proxy_set_header Range $http_range;
4141 proxy_set_header If-Range $http_if_range;
4242 proxy_ssl_session_reuse off;
You can’t perform that action at this time.
0 commit comments