updated traefik config
This commit is contained in:
@@ -32,12 +32,6 @@ entryPoints:
|
||||
- "10.0.0.0/8"
|
||||
- "192.168.178.0/16"
|
||||
- "2a07:600:200:1::/64"
|
||||
http:
|
||||
redirections: # HTTPS redirection (80 to 443)
|
||||
entryPoint:
|
||||
to: "https" # The target element
|
||||
scheme: "https" # The redirection target scheme
|
||||
permanent: true # The target element
|
||||
|
||||
https:
|
||||
address: "[::]:443" # Create the HTTPS entrypoint on port 443
|
||||
@@ -57,11 +51,12 @@ entryPoints:
|
||||
certificatesResolvers:
|
||||
myresolver:
|
||||
acme:
|
||||
email: chris.windler@crescentec.ch
|
||||
storage: acme.json
|
||||
email: chris.windler@crescentec.ch
|
||||
storage: letsencrypt/acme.json
|
||||
# caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
httpChallenge:
|
||||
# used during the challenge
|
||||
entryPoint: http
|
||||
entryPoint: http
|
||||
|
||||
providers:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user