mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-19 21:03:46 -07:00
Cleanups
This commit is contained in:
parent
fda885d4c3
commit
20fe3752cb
19 changed files with 59 additions and 105 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue