From 542fe772d2b6ccfd0d3803112885fe78852be799 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 30 Apr 2023 18:05:28 +0200 Subject: [PATCH] Adjust themis httpd directory options The directory options are not needed and were listed with syntax issues. Signed-off-by: Georg Pfuetzenreuter --- pillar/id/themis_lysergic_dev.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar/id/themis_lysergic_dev.sls b/pillar/id/themis_lysergic_dev.sls index 52186a6..317f005 100644 --- a/pillar/id/themis_lysergic_dev.sls +++ b/pillar/id/themis_lysergic_dev.sls @@ -25,7 +25,7 @@ apache: DirectoryIndex: index.php Directory: /srv/www/BookStack/: - Options: 'Indexes FollowSymLinks -MultiViews' + Options: None AllowOverride: None Require: all granted Formula_Append: | @@ -52,7 +52,7 @@ apache: DirectoryIndex: index.php Directory: /srv/www/PrivateBin/: - Options: false + Options: None AllowOverride: None Require: all granted {{ httpdformulaexcess() }}