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.
This commit is contained in:
2019-01-04 20:51:00 -06:00
parent ed5f7108dc
commit 54ebfda86c

View File

@@ -1,4 +1,6 @@
- hosts: public-web
vars:
apache_default_ssl_vhost: false
roles:
- apache
- websites/pyrocufflink.net