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