Commit ca45c88a authored by Joshua Tauberer's avatar Joshua Tauberer

owncloud: set forcessl to be true to get the corret HSTS header (would be...

owncloud: set forcessl to be true to get the corret HSTS header (would be better if we could prevent ownCloud from sending one)
parent 5ecbaa2b
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment