From 442ec2d5d37a915e180491bf5918f10003e53ea2 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 26 Dec 2022 12:48:34 +0530 Subject: [PATCH] [traefik] New tatooine.club keys Had to disable redirect --- docker/conf/traefik.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker/conf/traefik.toml b/docker/conf/traefik.toml index 8eaf04c..ac03e7e 100644 --- a/docker/conf/traefik.toml +++ b/docker/conf/traefik.toml @@ -6,10 +6,6 @@ checkNewVersion = false [accessLog] [entryPoints] -[entryPoints.http] - address = ":80" - [entryPoints.http.redirect] - entryPoint = "https" [entryPoints.https] address = ":443" # This is required for ACME support @@ -20,6 +16,9 @@ checkNewVersion = false [[entryPoints.https.tls.certificates]] certFile = "/etc/traefik/rss.captnemo.in.crt" keyFile = "/etc/traefik/rss.captnemo.in.key" + [[entryPoints.https.tls.certificates]] + certFile = "/etc/traefik/tatooine.club.crt" + keyFile = "/etc/traefik/tatooine.club.key" [docker] # Make sure you mount this as readonly