diff options
Diffstat (limited to '18.0/fpm-alpine/config/reverse_proxy.config.php')
-rw-r--r-- | 18.0/fpm-alpine/config/reverse_proxy.config.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/18.0/fpm-alpine/config/reverse_proxy.config.php b/18.0/fpm-alpine/config/reverse_proxy.config.php deleted file mode 100644 index 26a8bff3..00000000 --- a/18.0/fpm-alpine/config/reverse_proxy.config.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -$trustedProxies = getenv('TRUSTED_PROXIES'); - -if ($trustedProxies) { - $trustedProxies = array_filter(array_map('trim', explode(' ', $trustedProxies))); -} else { - $trustedProxies = null; -} - -$CONFIG['trusted_proxies'] = $trustedProxies;
\ No newline at end of file |