diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-02-11 11:57:12 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-02-11 11:57:23 +0100 |
commit | 59623243c8b3e57731af789e61cc9ea6f71c96f7 (patch) | |
tree | d61ba1b0e2ed4df1eddbf258823c333ccfd9908f /app/jitsi/deploy | |
parent | 2958fbae1bcfcf56708f224c15571b006aa23b3a (diff) | |
download | infrastructure-59623243c8b3e57731af789e61cc9ea6f71c96f7.tar.gz infrastructure-59623243c8b3e57731af789e61cc9ea6f71c96f7.zip |
Deactivate test endpoint
Diffstat (limited to 'app/jitsi/deploy')
-rw-r--r-- | app/jitsi/deploy/jitsi.hcl | 2 |
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" |