DanielDent / docker-nginx-ssl-proxy

SSL Front-End Proxy With Automatic Free Certificate Management
https://hub.docker.com/r/danieldent/nginx-ssl-proxy/
Other
204 stars 68 forks source link

Install module #10

Closed Martinvdm closed 6 years ago

Martinvdm commented 6 years ago

Hi,

Your docker is working perfect. But Exchange 2016 Outlook Anywhere is not working. It seems that more_set_input_headers is missing and can be installed with nginx-extras module. But how can i accomplish this with the Docker Compose?

Thanks

Martin

DanielDent commented 6 years ago

This is probably best handled by creating another image that uses this image in a FROM directive as a base. Then apt-get + changes to proxy configuration.