Short Description
Stripped down NGINX with LDAP Auth and HTTP/2
Full Description
NGINX with HTTP/2 and LDAP Auth
Build based on official nginx alpine linux Dockerfile with the following config:
Enabled non-default modules:
- http_ssl_module
- http_realip_module
- http_gunzip_module
- http_gzip_static_module
- http_stub_status_module
- http_v2_module
- ipv6
See the official nginx image for configuration options and example.conf for available ldap auth options.