mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 01:00:41 +02:00
http catch all
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
|||||||
- --certificatesresolvers.letsencrypt.acme.tlschallenge=true
|
- --certificatesresolvers.letsencrypt.acme.tlschallenge=true
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
|
- traefik.http.services.traefik.loadbalancer.server.port=80
|
||||||
# global redirect to https
|
# global redirect to https
|
||||||
- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
|
- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
|
||||||
- traefik.http.routers.http-catchall.entrypoints=web
|
- traefik.http.routers.http-catchall.entrypoints=web
|
||||||
|
|||||||
Reference in New Issue
Block a user