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

The directory options are not needed and were listed with syntax
issues.

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 542fe772d2
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: 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() }}