aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRemy Zandwijk <me@remyzandwijk.nl>2025-04-24 20:54:53 +0200
committerGitHub <noreply@github.com>2025-04-24 18:54:53 +0000
commitb4f9269ae48c16287dd40225bba4af3c0ae1561a (patch)
treec3210aeabcdfdd62d87af479c13288ce62450736 /docs
parent54cd99c7504a59ee54cede9f2732f0d3a8a4b458 (diff)
downloadanubis-b4f9269ae48c16287dd40225bba4af3c0ae1561a.tar.xz
anubis-b4f9269ae48c16287dd40225bba4af3c0ae1561a.zip
Fix Traegik but funny typos. (#356)
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/admin/environments/traefik.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/admin/environments/traefik.mdx b/docs/docs/admin/environments/traefik.mdx
index ba0c385..98acc31 100644
--- a/docs/docs/admin/environments/traefik.mdx
+++ b/docs/docs/admin/environments/traefik.mdx
@@ -162,7 +162,7 @@ services:
- traefik.http.routers.target.rule=Host(`example.com`) # Only Matching Requests for example.com
- traefik.http.routers.target.entrypoints=anubis # Listening on the exclusive Anubis Network
- traefik.http.services.target.loadbalancer.server.port=80 # Telling Traefik where to receive requests
- - traefik.http.routers.target.service=target # Telling Traegik to use the above specified port
+ - traefik.http.routers.target.service=target # Telling Traefik to use the above specified port
# Not Protected by Anubis
target2:
@@ -175,7 +175,7 @@ services:
- traefik.http.routers.target2.rule=Host(`another.com`) # Only Matching Requests for example.com
- traefik.http.routers.target2.entrypoints=websecure # Listening on the exclusive Anubis Network
- traefik.http.services.target2.loadbalancer.server.port=80 # Telling Traefik where to receive requests
- - traefik.http.routers.target2.service=target2 # Telling Traegik to use the above specified port
+ - traefik.http.routers.target2.service=target2 # Telling Traefik to use the above specified port
- traefik.http.routers.target2.tls.certresolver=le # Telling Traefik to resolve a Cert for this Target
networks: