-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
I was wondering if anyone ever tried using swirl behind traefik, as I have not found a way to make it work with a base path other than / as the ui has all the references pointing to that.
This is the traefik config I'm trying to use:
deploy:
labels:
- "traefik.enable=true"
- "traefik.http.routers.swirl.entrypoints=https"
- "traefik.http.routers.swirl.tls=true"
- "traefik.http.services.swirl.loadbalancer.server.port=8001"
- "traefik.http.routers.swirl.rule=PathPrefix(`/swirl`)"
- "traefik.http.routers.swirl.middlewares=swirl-stripprefix"
- "traefik.http.middlewares.swirl-stripprefix.stripprefix.prefixes=/swirl"
- "traefik.http.middlewares.swirl-stripprefix.stripprefix.forceslash=true"
Metadata
Metadata
Assignees
Labels
No labels