Adjust themis httpd directory options
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
600a73a984
commit
0a3d34d962
@ -25,7 +25,7 @@ apache:
|
|||||||
DirectoryIndex: index.php
|
DirectoryIndex: index.php
|
||||||
Directory:
|
Directory:
|
||||||
/srv/www/BookStack/:
|
/srv/www/BookStack/:
|
||||||
Options: 'Indexes FollowSymLinks -MultiViews'
|
Options: false
|
||||||
AllowOverride: None
|
AllowOverride: None
|
||||||
Require: all granted
|
Require: all granted
|
||||||
Formula_Append: |
|
Formula_Append: |
|
||||||
|
Loading…
Reference in New Issue
Block a user