localhost fix
This commit is contained in:
@@ -7,12 +7,6 @@ global:
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
websecure:
|
||||
address: ":443"
|
||||
|
||||
@@ -34,7 +28,8 @@ certificatesResolvers:
|
||||
acme:
|
||||
email: admin@example.com
|
||||
storage: /letsencrypt/acme.json
|
||||
tlsChallenge: {}
|
||||
httpChallenge:
|
||||
entryPoint: web
|
||||
|
||||
# Logging
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user