Skip to content

Commit 819de91

Browse files
committed
Turn off proxy_buffering for nextcloud
Signed-off-by: Eric Nemchik <[email protected]>
1 parent 0e570f8 commit 819de91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nextcloud.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
}

nextcloud.subfolder.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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;

0 commit comments

Comments
 (0)