diff options
author | Georg Pfuetzenreuter | 2023-04-30 18:05:28 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-04-30 18:16:35 +0200 |
commit | 0a3d34d9623c9d4a9d343db8d92a2625ad7c894d (patch) | |
tree | 9389d324f36fa710e8d2a5d4473a3fdc1ce627af | |
parent | 600a73a984f5452e840c1c69db2b91763d760734 (diff) | |
download | salt-0a3d34d9623c9d4a9d343db8d92a2625ad7c894d.tar.gz salt-0a3d34d9623c9d4a9d343db8d92a2625ad7c894d.tar.bz2 salt-0a3d34d9623c9d4a9d343db8d92a2625ad7c894d.zip |
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 <mail@georg-pfuetzenreuter.net>
-rw-r--r-- | pillar/id/themis_lysergic_dev.sls | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |