8 lines
149 B
Caddyfile
8 lines
149 B
Caddyfile
http://localhost:8001 {
|
|
forward_auth http://localhost:8080 {
|
|
uri /auth
|
|
}
|
|
|
|
templates
|
|
respond `Hello, {{.Req.Header.Get "Remote-User"}}`
|
|
}
|