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>
This commit is contained in:
Andrea Santoro 2025-11-16 22:23:39 +01:00 committed by GitHub
parent 335f34b824
commit 341ef79b49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ services:
- traefik.http.services.trilium.loadbalancer.server.port=8080 - traefik.http.services.trilium.loadbalancer.server.port=8080
# scheme must be HTTP instead of the usual HTTPS because of how trilium works # scheme must be HTTP instead of the usual HTTPS because of how trilium works
- traefik.http.services.trilium.loadbalancer.server.scheme=http - traefik.http.services.trilium.loadbalancer.server.scheme=http
- traefik.docker.network=proxy - traefik.docker.network=traefik-proxy
# forward to HTTPS # forward to HTTPS
- traefik.http.routers.trilium.middlewares=trilium-headers@docker - traefik.http.routers.trilium.middlewares=trilium-headers@docker
- traefik.http.middlewares.trilium-headers.headers.customrequestheaders.X-Forwarded-Proto=https - traefik.http.middlewares.trilium-headers.headers.customrequestheaders.X-Forwarded-Proto=https