├── .gitignore ├── LICENSE ├── README.md ├── config ├── get-started.sh ├── ngx_http_auth_crowd_module.c └── tag.sh /.gitignore: -------------------------------------------------------------------------------- 1 | conf 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kare/ngx_http_auth_crowd_module/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kare/ngx_http_auth_crowd_module/HEAD/README.md -------------------------------------------------------------------------------- /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kare/ngx_http_auth_crowd_module/HEAD/config -------------------------------------------------------------------------------- /get-started.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kare/ngx_http_auth_crowd_module/HEAD/get-started.sh -------------------------------------------------------------------------------- /ngx_http_auth_crowd_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kare/ngx_http_auth_crowd_module/HEAD/ngx_http_auth_crowd_module.c -------------------------------------------------------------------------------- /tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kare/ngx_http_auth_crowd_module/HEAD/tag.sh --------------------------------------------------------------------------------