Commit Graph

4 Commits

Author SHA1 Message Date
Ville Skyttä
25f9097e22 nginx_proxy: Update run.sh info messages, make HSTS configurable and optional (#264)
* 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
2018-03-25 23:57:01 +02:00
Ville Skyttä
e5078a7929 nginx_proxy: Include /ssl/nginx_proxy/<domain>*.conf in nginx.conf (#259)
* 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
2018-03-10 00:46:12 +01:00
Alex MF
211f534ca3 Change redirection method for incorrect hostname (#177)
* Change redirection method for incorrect hostname

* Update nginx.conf

* Update run.sh

* Update config.json
2017-09-05 10:16:37 +02:00
Pascal Vizeli
bf5e0314d4 Nginx proxy (#70)
Nginx proxy
2017-05-18 13:42:59 +02:00