diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-09 14:11:24 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-09 14:11:24 +0100 |
commit | 1fee0441e817483bd20bda370d3a87d3eb37feef (patch) | |
tree | d82a7323405f0afe0ef12fb8fcf4fd2df153560d /nomad/web_static.hcl | |
parent | 3c444363de260d479f50d894b853f49b58daed6c (diff) | |
download | infrastructure-1fee0441e817483bd20bda370d3a87d3eb37feef.tar.gz infrastructure-1fee0441e817483bd20bda370d3a87d3eb37feef.zip |
[frontend,matrix] finally fix order bug with traefik by assigning priorities
Diffstat (limited to 'nomad/web_static.hcl')
-rw-r--r-- | nomad/web_static.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl index 5a3b80f..b3ad3e8 100644 --- a/nomad/web_static.hcl +++ b/nomad/web_static.hcl @@ -38,7 +38,8 @@ EOH "webstatic", "traefik.enable=true", "traefik.frontend.entryPoints=https,http", - "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;PathPrefix:/" + "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;PathPrefix:/", + "traefik.frontend.priority=10" ] port = "web_port" address_mode = "host" |