* Update nginx.conf
Fix for the nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in ngnix.conf:45 appearing in log
* Update CHANGELOG.md
* Update config.json
* Update CHANGELOG.md
* nginx_proxy: Update run.sh info messages
In particular, note that generating dhparams will take some time.
* nginx_proxy: Bump version to 1.1
* nginx_proxy: Make HSTS configurable and optional
Unconditional HSTS breaks unencrypted connections to non-standard HTTP
ports on the same hostname. These ports be e.g. mapped outside of
hassio/nginx, and this can not be always circumvented by proxying them
beind nginx, because not all services behave properly behind a reverse
proxy.
Additionally, the unconditional HSTS includeSubDomains setting
hardcodes assumptions about subdomains that hassio does not
necessarily deal with at all.
* fix style
* nginx_proxy: Allow customization with included config files from /share
Provides a way to add additional configuration to the default, for
example proxy_pass locations before the default root location, as well
as additional complete server configs.
* nginx_proxy: Run logo.png through zopflipng -m
* nginx_proxy: Bump version to 1.0, add CHANGELOG.md
* Update CHANGELOG.md