mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-10 07:53:29 +01:00
rename apache_global_settings to apache_global_vhost_settings to avoid confusion of where the globals are placed part 2
This commit is contained in:
parent
906b1094d6
commit
6584e7afb6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ apache_global_settings }}
|
||||
{{ apache_global_vhosts_settings }}
|
||||
|
||||
{# Set up VirtualHosts #}
|
||||
{% for vhost in apache_vhosts %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{ apache_global_settings }}
|
||||
{{ apache_global_vhost_settings }}
|
||||
|
||||
{# Set up VirtualHosts #}
|
||||
{% for vhost in apache_vhosts %}
|
||||
|
|
Loading…
Reference in a new issue