Files
addons/nginx_proxy/CHANGELOG.md
Gianpiero 54afd77178 Update nginx.conf (#1082)
* Update nginx.conf

My propose is to use only TLS v1,2 and 1,3 with cipher suite recommended by https://wiki.mozilla.org/Security/Server_Side_TLS.

* Update using https://ssl-config.mozilla.org/

* Update Alpine 3.11

* Update config.json

* Update CHANGELOG.md

* Update run.sh

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-02-21 13:20:24 +01:00

821 B

Changelog

3.0

  • Update Alpine to 3.11
  • Use mozilla Recommended SSL settings

2.6

  • Remove ipv6 listener because we run only inside virtual network on a ipv4 range

2.5

  • Migrate to Bashio

2.4

  • Added Cloudflare mechanism for creating auto-generated ipv4/ipv6 list for real visitor ip

2.3

  • Fix issue with nginx warning for ssl directive

2.2

  • Fix issue with homeassistant connection
  • Update nginx to version 1.16.1

2.1

  • Update nginx to version 1.14.2

2.0

  • Update nginx to version 1.14.0

1.2

  • Modify server_names_hash_bucket_size to add support for longer domain names

1.1

  • Update run.sh info messages
  • Make HSTS configurable and optional

1.0

  • Add customization mechanism using included config snippets from /share
  • Optimize logo.png
  • Update base image