[MAINTENANCE] Update regex to match any request
This commit is contained in:
parent
ac7dcd6c11
commit
34e04859a2
@ -16,10 +16,10 @@ services:
|
|||||||
- ${DATA_PATH}/public-html:/var/www/html/
|
- ${DATA_PATH}/public-html:/var/www/html/
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "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.entrypoints=web"
|
||||||
- "traefik.http.routers.maintenance-http.priority=1"
|
- "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.entrypoints=websecure"
|
||||||
- "traefik.http.routers.maintenance-https.priority=1"
|
- "traefik.http.routers.maintenance-https.priority=1"
|
||||||
- "traefik.http.routers.maintenance-https.tls=true"
|
- "traefik.http.routers.maintenance-https.tls=true"
|
||||||
|
Loading…
Reference in New Issue
Block a user