1
0
Fork 0
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)

mjbnz 2020-06-22 17:45:07 +12:00
parent 272abd3044
commit ee8d7db960

@ -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/