From 20678cceeea2b55d0a8bc7736d00677d5d8253fc Mon Sep 17 00:00:00 2001 From: Faris AL-Otaibi <76238196+farisc0de@users.noreply.github.com> Date: Sat, 13 Jul 2024 04:30:18 +0300 Subject: [PATCH] Update vhosts.conf.j2 --- templates/vhosts.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/vhosts.conf.j2 b/templates/vhosts.conf.j2 index b5307b9..f0af79f 100644 --- a/templates/vhosts.conf.j2 +++ b/templates/vhosts.conf.j2 @@ -18,6 +18,7 @@ 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