abusesa: Use Mozilla's modern ciphersuites in services nginx config

This commit is contained in:
Ossi Salmi 2016-03-10 14:02:55 +02:00
parent 9fd5bf33b6
commit 3803888be6
2 changed files with 8 additions and 0 deletions

View file

@ -51,6 +51,8 @@ class abusesa::services(
content => "umask 007\n",
}
include ssl::ciphersuites
nginx::config { 'abusesa.conf':
content => template('abusesa/services/nginx.conf.erb'),
}