From 0a3d34d9623c9d4a9d343db8d92a2625ad7c894d Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 30 Apr 2023 18:05:28 +0200 Subject: Adjust themis httpd directory options Some directory options are not needed and were listed with syntax issues. Set to false to prevent "Options" from being added, which equals "Options +FollowSymLinks". Signed-off-by: Georg Pfuetzenreuter --- pillar/id/themis_lysergic_dev.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/id/themis_lysergic_dev.sls b/pillar/id/themis_lysergic_dev.sls index 52186a6..a620c9e 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: false AllowOverride: None Require: all granted Formula_Append: | -- cgit v1.2.3