From 0784e877804714ced3a03fa3df4ba6bc2f34e49a Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 22 Oct 2021 03:22:45 +0200 Subject: [PATCH] onDemand false --- config/traefik.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index a810c50..892c02d 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -58,7 +58,7 @@ defaultEntryPoints = ["https","http"] address = ":80" [entryPoints.http.redirect] entryPoint = "https" -# permanent = true + permanent = true # [entryPoints.https.auth.basic] # users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] @@ -68,6 +68,7 @@ defaultEntryPoints = ["https","http"] [acme] email = "ddns@mcseeno.de" storage = "acme.json" + onDemand = false onHostRule = true caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" entryPoint = "https"