aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-02-01 12:42:29 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-02-01 12:42:29 +0100
commit5fb05f0b7ea4dfd12fd1bbc077bb6d6a972fa480 (patch)
tree2224399ead3064570726566f2296c489388e4d68 /app/jitsi/deploy
parent5babe6fad15b5549788cb9f872da7a9565116101 (diff)
downloadinfrastructure-5fb05f0b7ea4dfd12fd1bbc077bb6d6a972fa480.tar.gz
infrastructure-5fb05f0b7ea4dfd12fd1bbc077bb6d6a972fa480.zip
Add CORS for our load testing frontend
Diffstat (limited to 'app/jitsi/deploy')
-rw-r--r--app/jitsi/deploy/jitsi.hcl4
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"