mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
remove dupe config that errors in nginx 1.20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Version 2021/05/18
|
||||
## Version 2021/07/08
|
||||
# Assuming this container is called "swag", edit your nextcloud container's config
|
||||
# located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
|
||||
# 'trusted_proxies' => ['swag'],
|
||||
@@ -36,6 +36,5 @@ location ^~ /nextcloud/ {
|
||||
proxy_max_temp_file_size 2048m;
|
||||
proxy_set_header Range $http_range;
|
||||
proxy_set_header If-Range $http_if_range;
|
||||
proxy_redirect off;
|
||||
proxy_ssl_session_reuse off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user