From 54ebfda86c4b334c091fefab97aa1dd77a610c43 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 4 Jan 2019 20:51:00 -0600 Subject: [PATCH] websites: Disable default SSL virtual host The default SSL virtual host is no longer needed, as all hosted sites now have their own virtual host blocks. --- websites.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/websites.yml b/websites.yml index d52bead..33a5f22 100644 --- a/websites.yml +++ b/websites.yml @@ -1,4 +1,6 @@ - hosts: public-web + vars: + apache_default_ssl_vhost: false roles: - apache - websites/pyrocufflink.net