aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-09 14:14:54 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-09 14:14:54 +0100
commit3b32ee557bbf2951647145aa8553fb9ea7d5494d (patch)
tree138b1eb1002c7e00a3366bcde036bb3bd9825ae5 /nomad
parent1fee0441e817483bd20bda370d3a87d3eb37feef (diff)
downloadinfrastructure-3b32ee557bbf2951647145aa8553fb9ea7d5494d.tar.gz
infrastructure-3b32ee557bbf2951647145aa8553fb9ea7d5494d.zip
[matrix] set manually riot web priority too
Diffstat (limited to 'nomad')
-rw-r--r--nomad/chat.hcl3
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"