We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6b1f4 commit be836c2Copy full SHA for be836c2
2 files changed
docker-compose.dev.yml
@@ -31,4 +31,3 @@ services:
31
traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.example.com`)
32
traefik.http.services.tinyauth.loadbalancer.server.port: 3000
33
traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik
34
- traefik.http.middlewares.tinyauth.forwardauth.authResponseHeaders: Remote-User
docker-compose.example.yml
@@ -29,4 +29,3 @@ services:
29
traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`)
30
0 commit comments