Update nginx to 1.17.3, enable TLS 1.3

Uses the current intermediate recommended config from
https://ssl-config.mozilla.org

Closes #92
This commit is contained in:
Greg Karékinian
2019-08-30 11:57:38 +02:00
parent 61ebd76590
commit dfa709c9df
3 changed files with 13 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'MIT'
description 'Installs/Configures kosmos-nginx'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
version '0.3.0'
depends 'nginx'
depends 'firewall'