From d997ac6e341d5d8a9374f18461391824b5161190 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Oct 2024 16:23:31 +0900 Subject: [PATCH] Update docs/configuring-playbook-traefik.md: fix the incorrect hostname Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-traefik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-traefik.md b/docs/configuring-playbook-traefik.md index f98875aa6..de860cef8 100644 --- a/docs/configuring-playbook-traefik.md +++ b/docs/configuring-playbook-traefik.md @@ -99,7 +99,7 @@ aux_file_definitions: http: routers: webserver-router: - rule: Host(`my_fancy_website.example.com`) + rule: Host(`my-fancy-website.example.net`) service: webserver-service tls: certResolver: default @@ -122,7 +122,7 @@ aux_file_definitions: tcp: routers: webserver-router: - rule: Host(`my_fancy_website.example.com`) + rule: Host(`my-fancy-website.example.net`) service: webserver-service tls: passthrough: true