mirror of
https://github.com/9001/copyparty.git
synced 2026-02-27 05:53:11 -07:00
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:
parent
c16e6b5057
commit
2570dd5cce
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue