Dynamic Module support for nginx
Use the methods from the official nginx alpine image to allow dynamic module support.
ie. https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/
or possibly build the entire image from copy nginx:alpine https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine , it contains all dynamic modules and can be enabled if desired using ENV variables
Requires building nginx form source.
Ref: Issue #63
100% Completed