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 ```