summaryrefslogtreecommitdiffstats
path: root/16.0/fpm/config/reverse_proxy.config.php
diff options
context:
space:
mode:
Diffstat (limited to '16.0/fpm/config/reverse_proxy.config.php')
-rw-r--r--16.0/fpm/config/reverse_proxy.config.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/16.0/fpm/config/reverse_proxy.config.php b/16.0/fpm/config/reverse_proxy.config.php
deleted file mode 100644
index 26a8bff3..00000000
--- a/16.0/fpm/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