Skip to content

Commit

Permalink
add fooocus middleware to drop logs
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
LegitCamper committed Mar 16, 2024
1 parent 62ac778 commit 34f0bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +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=^https://fooocus.*.*/log.html"
- "traefik.http.middlewares.fooocus-redirectregex.redirectregex.replacement=https://fooocus.${DOMAIN}"
deploy:
resources:
reservations:
Expand Down

0 comments on commit 34f0bf8

Please sign in to comment.