[matrix] set manually riot web priority too

This commit is contained in:
Quentin 2020-03-09 14:14:54 +01:00
parent 1fee0441e8
commit 3b32ee557b

View file

@ -264,7 +264,8 @@ job "chat" {
"webstatic",
"traefik.enable=true",
"traefik.frontend.entryPoints=https",
"traefik.frontend.rule=Host:im.deuxfleurs.fr,riot.deuxfleurs.fr;PathPrefix:/"
"traefik.frontend.rule=Host:im.deuxfleurs.fr,riot.deuxfleurs.fr;PathPrefix:/",
"traefik.frontend.priority=10"
]
port = "web_port"
address_mode = "host"