roles/nginx: Use mainline branch by default

Has all the good stuff:

    http://nginx.org/en/CHANGES
This commit is contained in:
Alan Orth 2016-05-27 08:14:04 +03:00
parent 064d277d03
commit 93451e6c5e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -21,6 +21,6 @@ tls_key_dir: /etc/letsencrypt/live
# stable is 1.10.x
# mainline is 1.9.x
nginx_version: stable
nginx_version: mainline
# vim: set ts=2 sw=2: