Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 722 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 722 Bytes

nginx-with-modules

The repository contains a Dockerfile to build a vanilla nginx with additional modules. The GitHub action pushes the image to Docker Hub on new nginx version. The image can be used in environments where additional modules are required, such as with Authelia.

Currently only contains the following modules:

  1. ngx_devel_kit
  2. http_set_misc

The original idea is described in the gist and developed in Adding dynamic modules to nginx