aboutsummaryrefslogtreecommitdiff
path: root/nomad/chat.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'nomad/chat.hcl')
-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"