diff options
-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" |