should be enabled by default with docker setup

Uncomment rproxy and xff-src settings for proxy configuration.

Signed-off-by: Gian P. <63517877+gkp1@users.noreply.github.com>
This commit is contained in:
Gian P. 2026-01-18 04:48:58 -03:00 committed by GitHub
parent c16e6b5057
commit 2570dd5cce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,8 @@
ansi # enable colors in log messages (both in logfiles and stdout) ansi # enable colors in log messages (both in logfiles and stdout)
# If using a reverse proxy: # If using a reverse proxy:
# rproxy: -1 # Tell cpp we are behind 1 proxy rproxy: -1 # Tell cpp we are behind 1 proxy
# xff-src: 10.0.0.0/8 # Trust connections from Docker Gateway (10.0.2.1) xff-src: 10.0.0.0/8 # Trust connections from Docker Gateway (10.0.2.1)
# If also using cloudflare DNS with proxy: (also keep the 2 configs above enabled/uncommented!) # If also using cloudflare DNS with proxy: (also keep the 2 configs above enabled/uncommented!)
# (see a full working nginx file example to use domain name + https + cloudflare in docs/examples/docker/basic-docker-compose) # (see a full working nginx file example to use domain name + https + cloudflare in docs/examples/docker/basic-docker-compose)
# xff-hdr: x-forwarded-for # Read the real IP from this header # xff-hdr: x-forwarded-for # Read the real IP from this header