Commit Graph

5 Commits

Author SHA1 Message Date
blacktirion
9e3e9fdeff nginx_proxy: Remove IPv6 Listen statements from nginx.conf (#991)
* nginx_proxy: Remove IPv6 Listen statements from nginx.conf

Pursuant to PR https://github.com/home-assistant/hassio-addons/pull/972, making this change hard-coded, rather than an option to be set in the Addon Config.

* remove ipv6only=off statement from nginx.conf

As mentioned in https://github.com/home-assistant/hassio-addons/pull/991#issuecomment-573351637

* Update config.json

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-14 09:40:48 +01:00
Nathan W
a980fdfa54 Update nginx_proxy add-on to use Bashio (#784)
* Update nginx_proxy add-on to use Bashio

Closes #731

* Fixing shellcheck issues.

* Rev version number

* Use bashio::config.true where needed
2019-10-20 12:22:52 +02:00
Shiwigy
a9e4163670 Added an optional Cloudflare mechanism for real visitor ip (#697)
* Update nginx.conf

* Update nginx.conf

* Update nginx.conf

* Update nginx.conf

* Update run.sh

* Update run.sh

* Update run.sh

* Update run.sh

* Update nginx.conf

* Update run.sh

* Update config.json

* Update Dockerfile

* Update run.sh

* Update run.sh

* Update run.sh

* Update run.sh

* Update config.json

* Update CHANGELOG.md

* Update run.sh

* Update run.sh

* Update config.json

* Update run.sh

* Update run.sh

* Update config.json

* Update config.json

* Update CHANGELOG.md
2019-09-19 09:53:07 +02:00
Shiwigy
3944fc6a53 Update nginx.conf fix nginx: [warn] the "ssl" directive is deprecated (#693)
* 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
2019-09-11 11:27:28 +02:00
Pascal Vizeli
e838d29a26 Update nginx (#662) 2019-08-16 21:30:24 +02:00