feat: update Traefik router rules for maintenance page and remove favicon
This commit is contained in:
parent
8cb8ff08b4
commit
a36f515170
3 changed files with 5 additions and 4 deletions
|
|
@ -210,9 +210,9 @@ services:
|
|||
- ./maintenance:/usr/share/nginx/html:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
# - "traefik.http.routers.maint.rule=Host(`${DOMAIN}`)"
|
||||
# - "traefik.http.routers.maint.priority=1"
|
||||
# - "traefik.http.routers.maint.entrypoints=websecure"
|
||||
- "traefik.http.routers.maint.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.maint.priority=1"
|
||||
- "traefik.http.routers.maint.entrypoints=websecure"
|
||||
- "traefik.http.services.maintenance-page.loadbalancer.server.port=80"
|
||||
- "traefik.http.middlewares.catch-maintenance.errors.status=502-504"
|
||||
- "traefik.http.middlewares.catch-maintenance.errors.service=maintenance-page"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue