diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-09 14:14:54 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-09 14:14:54 +0100 |
commit | 3b32ee557bbf2951647145aa8553fb9ea7d5494d (patch) | |
tree | 138b1eb1002c7e00a3366bcde036bb3bd9825ae5 | |
parent | 1fee0441e817483bd20bda370d3a87d3eb37feef (diff) | |
download | infrastructure-3b32ee557bbf2951647145aa8553fb9ea7d5494d.tar.gz infrastructure-3b32ee557bbf2951647145aa8553fb9ea7d5494d.zip |
[matrix] set manually riot web priority too
-rw-r--r-- | nomad/chat.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
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" |