mailu/core/nginx/conf
David Fairbrother 24747e33de Add ability to set no WEBROOT_REDIRECT to Nginx
Adds a 'none' env option to WEBROOT_REDIRECT so that no `location /`
configuration is written to nginx.conf.

This is useful for setting up Mailu and Mailman where we override the
root to proxy to the mailing list server instead. Without this change
the nginx container will not start, or for 1.7 users can set their
WEBMAIL_PATH to / with no webmail to get the same results.

This fix means that future users don't have to choose between webmail
and a root override and makes the configuration intention clear.
..
dhparam.pem Move dhparam to /conf
nginx.conf Add ability to set no WEBROOT_REDIRECT to Nginx
proxy.conf use HTTP/1.1 for proxyied connections
tls.conf Upgrading nginx TLS configuration