Fix landing page

This commit is contained in:
Quentin 2020-01-14 00:52:27 +01:00
parent eab32df4ee
commit 3431927ad5
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
```
docker build -t superboum/amd64_landing:v5 .
docker build -t superboum/amd64_landing:v7 .
```

View file

@ -120,7 +120,7 @@ samp {
<h2>Comment nous rejoindre ?</h2>
<p>Si vous connaissez un utilisateur du service, contactez-le directement.<br/>
Sinon, vous pouvez envoyer un email à <samp>*coucou</samp><img src="arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
Sinon, vous pouvez envoyer un email à <samp>*coucou</samp><img src="landing/arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
</article>
</div>
</div>

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -11,7 +11,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
image = "superboum/amd64_landing:v6"
image = "superboum/amd64_landing:v7"
port_map {
web_port = 8043
}
@ -29,7 +29,7 @@ job "web_static" {
"webstatic",
"traefik.enable=true",
"traefik.frontend.entryPoints=https",
"traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;Path:/"
"traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr;Path:/,/robots.txt,/landing/arobase.png"
]
port = "web_port"
address_mode = "host"