From 2570dd5cce047df3b9294e7622c617a7ffd8481d Mon Sep 17 00:00:00 2001 From: "Gian P." <63517877+gkp1@users.noreply.github.com> Date: Sun, 18 Jan 2026 04:48:58 -0300 Subject: [PATCH] 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> --- docs/examples/docker/basic-docker-compose/copyparty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/docker/basic-docker-compose/copyparty.conf b/docs/examples/docker/basic-docker-compose/copyparty.conf index 507e3338..3590c1e4 100644 --- a/docs/examples/docker/basic-docker-compose/copyparty.conf +++ b/docs/examples/docker/basic-docker-compose/copyparty.conf @@ -9,8 +9,8 @@ ansi # enable colors in log messages (both in logfiles and stdout) # If using a reverse 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) + 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) # 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) # xff-hdr: x-forwarded-for # Read the real IP from this header