diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-01-14 00:22:09 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-01-14 00:22:09 +0100 |
commit | eab32df4ee4bc4c590767f5891cf2f5190a19fae (patch) | |
tree | f28b1e893183214eafcb530b995cbe8a0a493e10 | |
parent | 76072b7c87c51a15482e82b9060513d5fb16f191 (diff) | |
download | infrastructure-eab32df4ee4bc4c590767f5891cf2f5190a19fae.tar.gz infrastructure-eab32df4ee4bc4c590767f5891cf2f5190a19fae.zip |
Fix horrible bug
-rw-r--r-- | nomad/web_static.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl index 6749f41..7683831 100644 --- a/nomad/web_static.hcl +++ b/nomad/web_static.hcl @@ -29,7 +29,7 @@ job "web_static" { "webstatic", "traefik.enable=true", "traefik.frontend.entryPoints=https", - "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr;PathPrefix:/" + "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;Path:/" ] port = "web_port" address_mode = "host" |