roles/nginx: Switch default version to 1.10.x (stable)

This commit is contained in:
Alan Orth 2016-04-27 15:05:19 +03:00
parent 447db17e33
commit 6837b48fae
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -19,8 +19,8 @@ nginx_ssl_protocols: 'TLSv1 TLSv1.1 TLSv1.2'
# TLS key directory
tls_key_dir: /etc/letsencrypt/live
# stable is 1.8.x
# stable is 1.10.x
# mainline is 1.9.x
nginx_version: mainline
nginx_version: stable
# vim: set ts=2 sw=2: