From 515ce9dd09bd018cb4a3db4acfcc42f8b460189f Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Thu, 12 Jun 2025 23:01:33 -0400 Subject: [PATCH] chore: fix typo in docs Signed-off-by: Jason Cameron --- docs/docs/admin/environments/traefik.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/admin/environments/traefik.mdx b/docs/docs/admin/environments/traefik.mdx index 2a09ed9..054d3a8 100644 --- a/docs/docs/admin/environments/traefik.mdx +++ b/docs/docs/admin/environments/traefik.mdx @@ -106,7 +106,7 @@ services: - traefik.http.services.target.loadbalancer.server.port=80 # Telling Traefik where to receive requests - traefik.http.routers.target.service=target # Telling Traefik to use the above specified port - traefik.http.routers.target.tls.certresolver=le # Telling Traefik to resolve a Cert for Anubis - - traefik.http.routers.target.middlewares=anubis@docker # Use the Anubis middlware + - traefik.http.routers.target.middlewares=anubis@docker # Use the Anubis middleware # Not Protected by Anubis target2: