From 7e5c017bc79172b4cf638a1d5e04edea1c8a476d Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 5 Apr 2023 08:53:40 +0200 Subject: [PATCH] Fix htaccess complaint --- customers/base/apache-configmap.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customers/base/apache-configmap.yml b/customers/base/apache-configmap.yml index 9a5f2ca..e2fe17f 100644 --- a/customers/base/apache-configmap.yml +++ b/customers/base/apache-configmap.yml @@ -65,5 +65,9 @@ data: Dav off + + Order allow,deny + deny from all + # vim: syntax=apache ts=4 sw=4 sts=4 sr noet