diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-03-10 14:45:31 +0100 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-03-10 14:45:31 +0100 |
| commit | ede702c7ffc90f1635c069d20c8a46b0b2a6ab66 (patch) | |
| tree | a25676b31c9f7abf885fe84fc37aa1d66ffecb9d | |
| parent | 6604d65779796f2df6bd52840bc2b2e3f9f765b3 (diff) | |
Add docs about reverse proxies
| -rw-r--r-- | opentracker.conf.sample | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 92 | # appear anywhere on your tracker. | 92 | # appear anywhere on your tracker. |
| 93 | # | 93 | # |
| 94 | # access.stats_path stats | 94 | # access.stats_path stats |
| 95 | # | ||
| 96 | # IIc) | ||
| 97 | # If opentracker lives behind one or multiple reverse proxies, you can | ||
| 98 | # every http connection appears to come from these proxies. In order to | ||
| 99 | # take the X-Forwarded-For address instead, compile opentracker with the | ||
| 100 | # WANT_IP_FROM_PROXY option and set your proxy addresses here. | ||
| 101 | # | ||
| 102 | # access.proxy 10.0.1.23 | ||
| 103 | # access.proxy 10.0.1.24 | ||
| 104 | # | ||
| 95 | 105 | ||
| 96 | # III) Live sync uses udp multicast packets to keep a cluster of opentrackers | 106 | # III) Live sync uses udp multicast packets to keep a cluster of opentrackers |
| 97 | # synchronized. This option tells opentracker which port to listen for | 107 | # synchronized. This option tells opentracker which port to listen for |
