From 3863e657ef6d02653ad12e7e4ab6418e0ec1764c Mon Sep 17 00:00:00 2001 From: Andrea Santoro Date: Sun, 16 Nov 2025 22:25:06 +0100 Subject: [PATCH] Update docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- .../Server Installation/2. Reverse proxy/Traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md b/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md index f00ee69a5..025de2c2d 100644 --- a/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md +++ b/docs/User Guide/User Guide/Installation & Setup/Server Installation/2. Reverse proxy/Traefik.md @@ -49,7 +49,7 @@ services: # scheme must be HTTP instead of the usual HTTPS because of how trilium works - traefik.http.services.trilium.loadbalancer.server.scheme=http - traefik.docker.network=traefik-proxy - # forward to HTTPS + # Tell Trilium the original request was HTTPS - traefik.http.routers.trilium.middlewares=trilium-headers@docker - traefik.http.middlewares.trilium-headers.headers.customrequestheaders.X-Forwarded-Proto=https