mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-07 02:20:18 +01:00
Update vhosts.conf.j2
This commit is contained in:
parent
1ca6658a7d
commit
20678cceee
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
<Directory "{{ vhost.documentroot }}">
|
||||
AllowOverride {{ vhost.allow_override | default(apache_allow_override) }}
|
||||
Options {{ vhost.options | default(apache_options) }}
|
||||
DirectoryIndex {{ vhost.directory_index | default(apache_directory_index) }}
|
||||
{% if apache_vhosts_version == "2.2" %}
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
|
Loading…
Reference in a new issue