forked from Nixius/authelia
Fix: Authelia priority 10 so /login/* goes to portal, not ss-atlas forward-auth
Made-with: Cursor
This commit is contained in:
parent
163128b0ca
commit
c3f8bd3830
|
|
@ -136,6 +136,7 @@ services:
|
|||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.authelia.rule=Host(`bc.a250.ca`) && PathPrefix(`/login`)"
|
||||
- "traefik.http.routers.authelia.priority=10"
|
||||
- "traefik.http.routers.authelia.entrypoints=websecure"
|
||||
- "traefik.http.routers.authelia.tls=true"
|
||||
- "traefik.http.services.authelia.loadbalancer.server.port=9091"
|
||||
|
|
|
|||
Loading…
Reference in New Issue