From 00cdbb9f844cd5b7e75d3931428471811e884b2f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 19 Feb 2021 13:29:28 +0000 Subject: [PATCH] Be consistent with the names of entrypoints. Thanks, Jalpie! --- content/posts/hello-world-with-traefik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/hello-world-with-traefik.md b/content/posts/hello-world-with-traefik.md index 53e5345..f5131dc 100644 --- a/content/posts/hello-world-with-traefik.md +++ b/content/posts/hello-world-with-traefik.md @@ -284,10 +284,10 @@ entryPoints: http: redirections: entryPoint: - to: websecure + to: web-secure scheme: https - websecure: + web-secure: address: :443 ```