insecure aktiviert und http standalone entfernt

This commit is contained in:
Czechman 2022-12-21 12:47:32 +01:00
parent 6fb0c0946c
commit 23d1c06ac4
1 changed files with 2 additions and 1 deletions

View File

@ -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"