From 5374df384a032e91f09d53291c879ee19da99714 Mon Sep 17 00:00:00 2001 From: Mossroy Date: Wed, 25 Oct 2023 16:23:03 +0200 Subject: Use RemoteIPInternalProxy directive of remoteip Apache module (#5740) * Use RemoteIPInternalProxy directive of remoteip Apache module instead of RemoteIPTrustedProxy directive To allow internal IPs to be trusted: for internal clients, and also for the case of chained internal reverse-proxies Fixes #5726 * One last reference forgotten --------- Co-authored-by: Alexandre Alapetite --- Docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker/README.md') diff --git a/Docker/README.md b/Docker/README.md index c44e4691c..01d2e59a6 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -329,7 +329,7 @@ services: LISTEN: 0.0.0.0:80 # Optional parameter, remove for automatic settings, set to 0 to disable, # or (if you use a proxy) to a space-separated list of trusted IP ranges - # compatible with https://httpd.apache.org/docs/current/mod/mod_remoteip.html#remoteiptrustedproxy + # compatible with https://httpd.apache.org/docs/current/mod/mod_remoteip.html#remoteipinternalproxy # This impacts which IP address is logged (X-Forwarded-For or REMOTE_ADDR). # This also impacts external authentication methods; # see https://freshrss.github.io/FreshRSS/en/admins/09_AccessControl.html -- cgit v1.2.3