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