Compare commits
No commits in common. "27d178d852c9e07ed58751a38bc42b1153821bfd" and "5f1793547b91fc0cc93b82feec512b953a6d7f45" have entirely different histories.
27d178d852
...
5f1793547b
@ -25,19 +25,19 @@ apache:
|
|||||||
DirectoryIndex: index.php
|
DirectoryIndex: index.php
|
||||||
Directory:
|
Directory:
|
||||||
/srv/www/BookStack/:
|
/srv/www/BookStack/:
|
||||||
Options: FollowSymLinks
|
Options: false
|
||||||
AllowOverride: None
|
AllowOverride: None
|
||||||
Require: all granted
|
Require: all granted
|
||||||
Formula_Append: |
|
Formula_Append: |
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTP:Authorization} .
|
RewriteCond '%{HTTP:Authorization} .'
|
||||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
RewriteCond '.* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]'
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond '%{REQUEST_FILENAME} !-d'
|
||||||
RewriteCond %{REQUEST_URI} (.+)/$
|
RewriteCond '%{REQUEST_URI} (.+)/$'
|
||||||
RewriteRule ^ %1 [L,R=301]
|
RewriteCond '^ %1 [L,R=301]'
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond '%{REQUEST_FILENAME} !-d'
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond '%{REQUEST_FILENAME} !-f'
|
||||||
RewriteRule ^ index.php [L]
|
RewriteCond '^ index.php [L]'
|
||||||
{{ httpdformulaexcess() }}
|
{{ httpdformulaexcess() }}
|
||||||
Formula_Append: |
|
Formula_Append: |
|
||||||
{{ httpdcommon('BookStack') }}
|
{{ httpdcommon('BookStack') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user