Update vhosts.conf.j2

This commit is contained in:
Faris AL-Otaibi 2024-07-13 04:30:18 +03:00 committed by GitHub
parent 1ca6658a7d
commit 20678cceee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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