redirect to https

This commit is contained in:
Steffen Illium 2024-04-26 10:39:08 +02:00
parent 9e5a2c268d
commit 9e75d16af1

View File

@ -34,8 +34,8 @@ spec:
- --entrypoints.dns.address=:53/udp - --entrypoints.dns.address=:53/udp
- --entrypoints.web-local.address=:80/tcp - --entrypoints.web-local.address=:80/tcp
- "--entrypoints.web.http.redirections.entrypoint.to=websecure-local" - "--entrypoints.web-local.http.redirections.entrypoint.to=websecure-local"
- "--entrypoints.web.http.redirections.entrypoint.scheme=https" - "--entrypoints.web-local.http.redirections.entrypoint.scheme=https"
- --entrypoints.websecure-local.address=:443/tcp - --entrypoints.websecure-local.address=:443/tcp
- --entrypoints.websecure-local.http.middlewares=traefik-no-auth-chain - --entrypoints.websecure-local.http.middlewares=traefik-no-auth-chain