From 7ca33b9aaa40254925c7ca9ace67ca5aa5c4afab Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 19 Sep 2017 10:01:24 +0200 Subject: [PATCH] BERFBB-3838 fix index.html problem --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index 90fea19d..f06bf40d 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -171,6 +171,7 @@ infra::profile::apache::pp_vhosts: options: - FollowSymLinks - Indexes + directoryindex: "not_a_directory_index.does_not_exists.file" path: "/var/data/fiona/app/online/docs" dav: 'On' auth_type: Digest @@ -228,6 +229,7 @@ infra::profile::apache::pp_vhosts: options: - FollowSymLinks - Indexes + directoryindex: "not_a_directory_index.does_not_exists.file" path: "/var/data/fiona/cdm_app/online/docs" dav: 'On' auth_type: Digest -- 2.39.5