From 7a8d289d9ea888e7745590bee176099c379bea10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Mon, 3 Apr 2023 15:39:49 +0200 Subject: [PATCH] feat: temporarily accepting acc2023 host in traefik --- compose/production/traefik/traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/traefik/traefik.yml b/compose/production/traefik/traefik.yml index b348764..f55ba26 100644 --- a/compose/production/traefik/traefik.yml +++ b/compose/production/traefik/traefik.yml @@ -28,7 +28,7 @@ certificatesResolvers: http: routers: web-secure-router: - rule: Host(`{{ env "TRAEFIK_HOST" }}`){{ if eq (env "ADD_HOST_WWW") "true" }} || Host(`www.{{ env "TRAEFIK_HOST" }}`){{ end }} + rule: Host(`{{ env "TRAEFIK_HOST" }}`){{ if eq (env "ADD_HOST_WWW") "true" }} || Host(`www.{{ env "TRAEFIK_HOST" }}`){{ end }} || Host(`acc2023.africancitieslab.org`) entryPoints: - web-secure middlewares: