Adjust themis httpd directory options
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

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>
This commit is contained in:
Georg Pfuetzenreuter 2023-04-30 18:05:28 +02:00
parent 600a73a984
commit 0a3d34d962
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -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: |