Compare commits

..

1 Commits

Author SHA1 Message Date
0a3d34d962
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>
2023-04-30 18:16:35 +02:00

View File

@ -25,7 +25,7 @@ apache:
DirectoryIndex: index.php
Directory:
/srv/www/BookStack/:
Options: None
Options: false
AllowOverride: None
Require: all granted
Formula_Append: |
@ -52,7 +52,7 @@ apache:
DirectoryIndex: index.php
Directory:
/srv/www/PrivateBin/:
Options: None
Options: false
AllowOverride: None
Require: all granted
{{ httpdformulaexcess() }}