ansible-personal/roles/nginx
Alan Orth 162197ad25
roles/nginx: Re-work vhost template to support HTTPS
Assumes you have a TLS cert for one domain, but not the others, ie:

    http://blah.com \
    http://blah.net  -> https://blah.io
    http://blah.org /

Otherwise, without https, it creates a vhost with all domain names.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-09-06 21:32:37 +03:00
..
defaults roles/nginx: Re-work vhost template to support HTTPS 2014-09-06 21:32:37 +03:00
files Initial commit 2014-08-17 00:35:57 +03:00
handlers Initial commit 2014-08-17 00:35:57 +03:00
tasks roles/nginx: Use template to configure nginx vhosts 2014-08-27 20:03:34 +03:00
templates roles/nginx: Re-work vhost template to support HTTPS 2014-09-06 21:32:37 +03:00