insecure aktiviert und http standalone entfernt
This commit is contained in:
parent
6fb0c0946c
commit
23d1c06ac4
|
|
@ -10,13 +10,14 @@
|
|||
filename = "/etc/traefik/dynamic.yml"
|
||||
|
||||
[api]
|
||||
insecure = true
|
||||
dashboard = true
|
||||
|
||||
# https://doc.traefik.io/traefik/routing/entrypoints/#redirection
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
|
||||
[entryPoints.web.http]
|
||||
# [entryPoints.web.http]
|
||||
# [entryPoints.web.http.redirections]
|
||||
# [entryPoints.web.http.redirections.entryPoint]
|
||||
# to = "websecure"
|
||||
|
|
|
|||
Loading…
Reference in New Issue