https://github.com/ccnmtl/nginx-cas-docker
nginx with CAS support in a docker container
https://github.com/ccnmtl/nginx-cas-docker
Last synced: 5 months ago
JSON representation
nginx with CAS support in a docker container
- Host: GitHub
- URL: https://github.com/ccnmtl/nginx-cas-docker
- Owner: ccnmtl
- Created: 2016-12-30T17:51:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T18:01:32.000Z (over 9 years ago)
- Last Synced: 2025-04-12T06:44:54.976Z (about 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# nginx-cas docker
build a docker image with nginx with
[cas-nginx_http_auth_module](https://github.com/detailyang/cas-nginx_http_auth_module)
compiled in.
I'm *juust* getting started on this so the Dockerfile is super ugly
and inefficient and everything is not at all documented yet.
But, currently, I have it compiled:
```
nginx version: nginx/1.10.0 (Ubuntu)
built with OpenSSL 1.0.2g 1 Mar 2016
TLS SNI support enabled
configure arguments: ... --add-module=/opt/cas/cas-nginx_http_auth_module-master
```