Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neighborhoods/docker-nginx-extra
Nginx docker image with extra modules and conf template rendering
https://github.com/neighborhoods/docker-nginx-extra
Last synced: about 1 month ago
JSON representation
Nginx docker image with extra modules and conf template rendering
- Host: GitHub
- URL: https://github.com/neighborhoods/docker-nginx-extra
- Owner: neighborhoods
- License: mit
- Created: 2018-03-23T18:59:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T17:39:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T04:03:15.144Z (almost 2 years ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/neighborhoods/nginx-extra/
- Size: 9.77 KB
- Stars: 0
- Watchers: 27
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx with extra modules
This is an nginx image with extra modules configured.Available modules:
- `ldap` - From [kvspb/nginx-auth-ldap](https://github.com/kvspb/nginx-auth-ldap)## Conf templates
When the container starts, templates in the `/etc/nginx/conf.templates.d/` directory are rendered using envsubst.
Only environment variables given in the `NGINX_TEMPLATE_VARS` environment variable (separated by comma, no spaces) will be substituted.