owncloud: set forcessl to be true to get the corret HSTS header (would be better if we could prevent ownCloud from sending one)
This commit is contained in:
parent
5ecbaa2b41
commit
ca45c88a32
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ cat - > /usr/local/lib/owncloud/config/config.php <<EOF;
|
|||
array (
|
||||
0 => '$PRIMARY_HOSTNAME',
|
||||
),
|
||||
'forcessl' => true, # if unset/false, ownCloud sends a HSTS=0 header, which conflicts with nginx config
|
||||
|
||||
'overwritewebroot' => '/cloud',
|
||||
'user_backends' => array(
|
||||
|
|
Loading…
Reference in a new issue