Fix horrible bug

This commit is contained in:
Quentin 2020-01-14 00:22:09 +01:00
parent 76072b7c87
commit eab32df4ee

View file

@ -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"