diff options
Diffstat (limited to 'Docker/FreshRSS.Apache.conf')
| -rw-r--r-- | Docker/FreshRSS.Apache.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/FreshRSS.Apache.conf b/Docker/FreshRSS.Apache.conf index f3dc6da7c..49411441b 100644 --- a/Docker/FreshRSS.Apache.conf +++ b/Docker/FreshRSS.Apache.conf @@ -11,7 +11,7 @@ ErrorLog /dev/stderr # Can be disabled by setting the TRUSTED_PROXY environment variable to 0: RemoteIPHeader X-Forwarded-For # Can be overridden by the TRUSTED_PROXY environment variable: - RemoteIPTrustedProxy 10.0.0.1/8 172.16.0.1/12 192.168.0.1/16 + RemoteIPInternalProxy 10.0.0.1/8 172.16.0.1/12 192.168.0.1/16 </IfModule> LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_proxy |
