Skip to content

Commit

Permalink
Update vhosts.conf.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
farisc0de authored Jul 13, 2024
1 parent e94a073 commit dcd232c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/vhosts.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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
Expand Down

0 comments on commit dcd232c

Please sign in to comment.