mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-11-10 02:10:02 +00:00
Updated Using nginx sso with haproxy and SPOE (markdown)
parent
dbe17b0033
commit
16b0f62f73
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ defaults
|
||||||
timeout server 1m
|
timeout server 1m
|
||||||
|
|
||||||
frontend fe-http
|
frontend fe-http
|
||||||
mode http
|
|
||||||
bind :80
|
bind :80
|
||||||
acl is_login hdr(host) -i login.yourdomain.com
|
acl is_login hdr(host) -i login.yourdomain.com
|
||||||
use_backend be-login-nginx-sso if is_login
|
use_backend be-login-nginx-sso if is_login
|
||||||
|
|
Loading…
Reference in a new issue