Update traefik to 2.2.0
This removes my custom hack for redirecting users to HTTPS
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: web-secure
|
||||
scheme: https
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ wireguard.cidr }}"
|
||||
|
Reference in New Issue
Block a user