Skip to content

Commit

Permalink
fix fooocus regex middleware name
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Mar 16, 2024
1 parent 7f728b7 commit 93c4874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
- "traefik.http.routers.fooocus-secure.tls=true"
- "traefik.http.routers.fooocus-secure.tls.certresolver=${DNS}"
- "traefik.http.routers.fooocus-secure.middlewares=forward-auth"
- "traefik.http.middlewares.fooocus-redirectregex.redirectregex.regex=^/*.*/log.html"
- "traefik.http.middlewares.fooocus-redirectregex.redirectregex.replacement=/"
- "traefik.http.middlewares.fooocus-secure.redirectregex.regex=^/*.*/log.html"
- "traefik.http.middlewares.fooocus-secure.redirectregex.replacement=/"
deploy:
resources:
reservations:
Expand Down

0 comments on commit 93c4874

Please sign in to comment.