[MAINTENANCE] Update regex to match any request

This commit is contained in:
thopic 2021-07-20 16:55:56 +02:00
parent ac7dcd6c11
commit 34e04859a2
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -16,10 +16,10 @@ services:
- ${DATA_PATH}/public-html:/var/www/html/
labels:
- "traefik.enable=true"
- "traefik.http.routers.maintenance-http.rule=HostRegexp(`{catchall:.+}`)"
- "traefik.http.routers.maintenance-http.rule=HostRegexp(`{catchall:.*}`)"
- "traefik.http.routers.maintenance-http.entrypoints=web"
- "traefik.http.routers.maintenance-http.priority=1"
- "traefik.http.routers.maintenance-https.rule=HostRegexp(`{catchall:.+}`)"
- "traefik.http.routers.maintenance-https.rule=HostRegexp(`{catchall:.*}`)"
- "traefik.http.routers.maintenance-https.entrypoints=websecure"
- "traefik.http.routers.maintenance-https.priority=1"
- "traefik.http.routers.maintenance-https.tls=true"