Sign inSign up

jmccoy555/nginx

By jmccoy555

Updated over 6 years ago

Custom nginx built from source

Image
0

6.3K

jmccoy555/nginx repository overview

About

The nginx-ldap Docker image provides a container, that contains a nginx server with LDAP support.

This nginx-auth-ldap module is used for LDAP support.

Usage

The docker image can be used like the official nginx docker image. But you have to overwrite the configuration file like to configure the LDAP authentication.

$ docker run --name some-nginx -v /some/nginx.conf:/etc/nginx/nginx.conf:ro -d jmccoy555/nginx

LDAP configuration

The documentation for the LDAP authentication and an example is here available.

Nginx Configuration

Here are some further links for more configuration hints.

Registry

This image is an automated build on the official Docker Hub.

Changelog

  • 09/09/17 - Updated to 1.13.5 and added stream, stream-ssl and stream-ssl-preread modules.
  • 13/09/17 - Added http2 module, updated readme.
  • 21/10/17 - Updated to 1.13.6 and added mail, mail-ssl, geoip and stream-realip modules.
  • 25/02/18 - Updated to 1.13.9.
  • 11/07/18 - Updated to 1.15.1.
  • 24/07/18 - Added http_stub_status_module.
  • 06/02/19 - Switch to debain:stretch-slim and updated version to 1.15.8.
  • 20/11/19 - Updated to 1.17.6.
  • 24/12/19 - Added http_sub_module.

Tag summary

Content type

Image

Digest

Size

32.1 MB

Last updated

over 6 years ago

docker pull jmccoy555/nginx