From 3b32ee557bbf2951647145aa8553fb9ea7d5494d Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 9 Mar 2020 14:14:54 +0100 Subject: [PATCH] [matrix] set manually riot web priority too --- nomad/chat.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 042e619..d311774 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -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"