http catch all

This commit is contained in:
Yax 2020-06-28 15:25:17 +02:00
parent ad13dd5f98
commit 3485aea5ef

View file

@ -15,6 +15,7 @@ services:
- --certificatesresolvers.letsencrypt.acme.tlschallenge=true
labels:
- traefik.enable=true
- traefik.http.services.traefik.loadbalancer.server.port=80
# global redirect to https
- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
- traefik.http.routers.http-catchall.entrypoints=web