This commit is contained in:
Eric Nemchik 2020-09-25 11:22:37 -05:00
commit 20fe3752cb
19 changed files with 59 additions and 105 deletions

View file

@ -33,9 +33,8 @@ location ^~ /nextcloud/ {
rewrite /nextcloud(.*) $1 break;
proxy_max_temp_file_size 2048m;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_redirect off;
proxy_redirect off;
proxy_ssl_session_reuse off;
}