Skip to content

Files

Latest commit

 

History

History

nginx-sso

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

nginx-sso

nginx-sso is intended to be used within the ngx_http_auth_request_module of Nginx to provide a single-sign-on for a domain using one central authentication directory.

# start service
$ docker-compose up -d

# view log
$ docker-compose logs --tail 10 -f

# reload config
$ docker-compose kill -s SIGHUP