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
ee8d7db960
commit
dbe17b0033
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ Note that the filter being applied can be placed in the frontend, but you cannot
|
|||
|
||||
#### haproxy.conf
|
||||
```
|
||||
defaults
|
||||
mode http
|
||||
timeout connect 5s
|
||||
timeout client 5s
|
||||
timeout server 1m
|
||||
|
||||
frontend fe-http
|
||||
mode http
|
||||
bind :80
|
||||
|
|
Loading…
Reference in a new issue