Update traefik to 2.2.0

This removes my custom hack for redirecting users to HTTPS
This commit is contained in:
Jake Howard
2020-03-30 17:59:02 +01:00
parent 7c5968c39a
commit 8fe288549f
3 changed files with 6 additions and 10 deletions

View File

@ -1,6 +1,11 @@
entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: web-secure
scheme: https
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"