mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-11-09 09:50:01 +00:00
Updated Using nginx sso with haproxy and SPOE (markdown)
parent
272abd3044
commit
ee8d7db960
1 changed files with 8 additions and 1 deletions
|
@ -126,4 +126,11 @@ spoe-agent spoa-server
|
|||
spoe-message check-sso-auth
|
||||
args ip=src ff=req.fhdr(x-forwarded-for) host=req.fhdr(host) uri=url cookies=req.fhdr(cookie)
|
||||
event on-backend-http-request
|
||||
```
|
||||
```
|
||||
|
||||
### Further reading
|
||||
|
||||
For more information on haproxy and SPOE, see:
|
||||
* https://github.com/haproxy/haproxy/blob/master/contrib/spoa_example/README
|
||||
* https://github.com/haproxy/haproxy/blob/master/doc/SPOE.txt
|
||||
* https://www.haproxy.com/blog/extending-haproxy-with-the-stream-processing-offload-engine/
|
||||
|
|
Loading…
Reference in a new issue