[Traefik] Fix configuration for default middleware and TLS options
This commit is contained in:
parent
4890471df3
commit
efdc2f01c2
|
@ -10,8 +10,9 @@
|
|||
scheme = "https"
|
||||
[entryPoints.websecure]
|
||||
address = ":443"
|
||||
[entryPoints.websecure.http]
|
||||
middlewares = ["hardening@file", "compression@file"]
|
||||
[entryPoints.websecure.tls]
|
||||
[entryPoints.websecure.http.tls]
|
||||
certResolver = "letsencrypt"
|
||||
options = "tls12@file"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user