diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 23:48:08 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 23:48:08 +0100 |
commit | 2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0 (patch) | |
tree | fc1d12a54ad6874b6454a6ed48d7c9a28e16035b /app/jitsi/deploy/jitsi.hcl | |
parent | ea55c9b12b9540418586305204843a256a29fdf5 (diff) | |
download | infrastructure-2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0.tar.gz infrastructure-2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0.zip |
fix tricot
Diffstat (limited to 'app/jitsi/deploy/jitsi.hcl')
-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 bf6cfe8..6e36916 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -145,7 +145,7 @@ EOF "traefik.frontend.entryPoints=https", "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/", "traefik.protocol=https", - "tricot jitsi.deuxfleurs.fr", + "tricot-https jitsi.deuxfleurs.fr", ] port = "https_port" address_mode = "host" |