rename apache_global_settings to apache_global_vhost_settings to avoid confusion of where the globals are placed part 3

This commit is contained in:
Solomon Gifford 2015-12-10 16:46:54 -05:00
parent 6584e7afb6
commit 31fcb4859b

View file

@ -1,4 +1,4 @@
{{ apache_global_vhosts_settings }}
{{ apache_global_vhost_settings }}
{# Set up VirtualHosts #}
{% for vhost in apache_vhosts %}