From 59623243c8b3e57731af789e61cc9ea6f71c96f7 Mon Sep 17 00:00:00 2001 From: Quentin Date: Thu, 11 Feb 2021 11:57:12 +0100 Subject: [PATCH] Deactivate test endpoint --- app/jitsi/deploy/jitsi.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index 1b63ab3..2f98ecb 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -141,7 +141,7 @@ EOF "jitsi", "traefik.enable=true", "traefik.frontend.entryPoints=https", - "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr,visio.load-test.deuxfleurs.org;PathPrefix:/", + "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/", "traefik.protocol=https" ] port = "https_port"