]> git.mxchange.org Git - friendica.git/blobdiff - static/env.config.php
Add smarty3 dirs config
[friendica.git] / static / env.config.php
index a83b85b52bd5e622697d41c68ca06456047c7ab3..207016d07c553206afd03c5aefd861c6da3e3d01 100644 (file)
@@ -61,4 +61,8 @@ return [
        'REDIS_PORT' => ['system', 'redis_port'],
        'REDIS_PW'   => ['system', 'redis_password'],
        'REDIS_DB'   => ['system', 'redis_db'],
+
+       // Proxy Config
+       'FRIENDICA_FORWARDED_HEADERS' => ['proxy', 'forwarded_for_headers'],
+       'FRIENDICA_TRUSTED_PROXIES'   => ['proxy', 'trusted_proxies'],
 ];