From 99936080ae71192976c99cd4a20f924d382fe40d Mon Sep 17 00:00:00 2001 From: f Date: Tue, 25 Aug 2026 18:08:28 -0300 Subject: [PATCH] doc: trusted ips context --- .env.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index d3e4633..d1bec56 100644 --- a/.env.sample +++ b/.env.sample @@ -236,8 +236,10 @@ WRITE_TIMEOUT=0s ## Access logs #COMPOSE_FILE="$COMPOSE_FILE:compose.access-log.yml" +## Behind a reverse proxy +# # YAML array of subnets from which Traefik's trusts the x-real-ip -# header. +# header when behind a reverse proxy. # # https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/#opt-forwardedHeaders-trustedIPs #TRUSTED_IPS="['10.13.12.1']" # 10.13.12.1 is an example