diff options
Diffstat (limited to 'app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | app/jitsi/deploy/jitsi.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index e65cb6d..1b63ab3 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -140,8 +140,8 @@ EOF tags = [ "jitsi", "traefik.enable=true", - "traefik.frontend.entryPoints=https,http", - "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/", + "traefik.frontend.entryPoints=https", + "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr,visio.load-test.deuxfleurs.org;PathPrefix:/", "traefik.protocol=https" ] port = "https_port" |