proxy
This commit is contained in:
parent
d41f5c88d6
commit
d9b215a647
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ services:
|
||||||
PHP_MEMORY_LIMIT: 1024M
|
PHP_MEMORY_LIMIT: 1024M
|
||||||
PHP_UPLOAD_LIMIT: 10G
|
PHP_UPLOAD_LIMIT: 10G
|
||||||
APACHE_DISABLE_REWRITE_IP: 1
|
APACHE_DISABLE_REWRITE_IP: 1
|
||||||
TRUSTED_PROXIES: "192.168.48.0/24" # Subnetz in dem sich traefik befindet
|
TRUSTED_PROXIES: "172.18.0.0/24" # Subnetz in dem sich traefik befindet
|
||||||
NEXTCLOUD_UPLOAD_LIMIT: 10G
|
NEXTCLOUD_UPLOAD_LIMIT: 10G
|
||||||
NEXTCLOUD_MAX_TIME: 3600
|
NEXTCLOUD_MAX_TIME: 3600
|
||||||
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
|
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
|
||||||
|
|
Loading…
Reference in a new issue