Fix missing Host keyword
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 16:38:12 +02:00
parent b67d0b8bd7
commit 67025c6d1f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ services:
# HTTPS + Port + network
- traefik.http.routers.tsotr-frontend-secure.entrypoints=web-secure
- traefik.http.routers.tsotr-frontend-secure.rule=(`tsotr.humenius.me`)
- traefik.http.routers.tsotr-frontend-secure.rule=Host(`tsotr.humenius.me`)
- traefik.http.routers.tsotr-frontend-secure.tls=true
- traefik.http.routers.tsotr-frontend-secure.tls.certresolver=letsencrypt
- traefik.http.services.tsotr-frontend.loadbalancer.server.port=80

View File

@@ -15,7 +15,7 @@ services:
# HTTPS + Port + network
- traefik.http.routers.tsotr-frontend-secure.entrypoints=web-secure
- traefik.http.routers.tsotr-frontend-secure.rule=(`tsotr.humenius.me`)
- traefik.http.routers.tsotr-frontend-secure.rule=Host(`tsotr.humenius.me`)
- traefik.http.routers.tsotr-frontend-secure.tls=true
- traefik.http.routers.tsotr-frontend-secure.tls.certresolver=letsencrypt
- traefik.http.services.tsotr-frontend.loadbalancer.server.port=80