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