1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/nginx-sso/README.md
2019-12-11 19:20:07 +08:00

20 lines
391 B
Markdown

nginx-sso
=========
[nginx-sso][1] 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.
```bash
# start service
$ docker-compose up -d
# view log
$ docker-compose logs --tail 10 -f
# reload config
$ docker-compose kill -s SIGHUP
```
[1]: https://github.com/Luzifer/nginx-sso/wiki