sig-auth/test_assets/Caddyfile

9 lines
149 B
Text
Raw Normal View History

2025-02-21 19:13:41 -05:00
http://localhost:8001 {
forward_auth http://localhost:8080 {
uri /auth
}
templates
respond `Hello, {{.Req.Header.Get "Remote-User"}}`
}