Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.