fix: middleware traefik redirect url (#1040)

This commit is contained in:
phoval 2025-08-28 13:24:29 +02:00 committed by GitHub
parent c661bc37d1
commit 9ddc1eb840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 84 additions and 37 deletions

View file

@ -106,6 +106,7 @@ func New(opts Options) (*Server, error) {
}
anubis.BasePrefix = opts.BasePrefix
anubis.PublicUrl = opts.PublicUrl
result := &Server{
next: opts.Next,