1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/nginx-sso/README.md

20 lines
391 B
Markdown
Raw Normal View History

2019-12-10 14:05:16 +02:00
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.
2019-12-11 13:20:07 +02:00
```bash
# start service
$ docker-compose up -d
# view log
$ docker-compose logs --tail 10 -f
# reload config
$ docker-compose kill -s SIGHUP
```
2019-12-10 14:05:16 +02:00
[1]: https://github.com/Luzifer/nginx-sso/wiki