aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-02-11 11:57:12 +0100
committerQuentin <quentin@deuxfleurs.fr>2021-02-11 11:57:23 +0100
commit59623243c8b3e57731af789e61cc9ea6f71c96f7 (patch)
treed61ba1b0e2ed4df1eddbf258823c333ccfd9908f /app
parent2958fbae1bcfcf56708f224c15571b006aa23b3a (diff)
downloadinfrastructure-59623243c8b3e57731af789e61cc9ea6f71c96f7.tar.gz
infrastructure-59623243c8b3e57731af789e61cc9ea6f71c96f7.zip
Deactivate test endpoint
Diffstat (limited to 'app')
-rw-r--r--app/jitsi/deploy/jitsi.hcl2
1 files changed, 1 insertions, 1 deletions
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"