mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 16:44:46 +02:00
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
This commit is contained in:
parent
6274e06ef4
commit
e954bbce4f
32 changed files with 1313 additions and 1 deletions
11
19.0-beta/fpm/config/reverse_proxy.config.php
Normal file
11
19.0-beta/fpm/config/reverse_proxy.config.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
$trustedProxies = getenv('TRUSTED_PROXIES');
|
||||
|
||||
if ($trustedProxies) {
|
||||
$trustedProxies = array_filter(array_map('trim', explode(' ', $trustedProxies)));
|
||||
} else {
|
||||
$trustedProxies = null;
|
||||
}
|
||||
|
||||
$CONFIG['trusted_proxies'] = $trustedProxies;
|
Loading…
Add table
Add a link
Reference in a new issue