From ede702c7ffc90f1635c069d20c8a46b0b2a6ab66 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 10 Mar 2024 14:45:31 +0100 Subject: Add docs about reverse proxies --- opentracker.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/opentracker.conf.sample b/opentracker.conf.sample index 55c2828..d44f3d4 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample @@ -92,6 +92,16 @@ # appear anywhere on your tracker. # # access.stats_path stats +# +# IIc) +# If opentracker lives behind one or multiple reverse proxies, you can +# every http connection appears to come from these proxies. In order to +# take the X-Forwarded-For address instead, compile opentracker with the +# WANT_IP_FROM_PROXY option and set your proxy addresses here. +# +# access.proxy 10.0.1.23 +# access.proxy 10.0.1.24 +# # III) Live sync uses udp multicast packets to keep a cluster of opentrackers # synchronized. This option tells opentracker which port to listen for -- cgit v1.2.3