Skip to content
Snippets Groups Projects
Verified Commit 7e624f9b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nextcloud): Add https override

This patch should fix nextcloud's own wrong perception of being
available over http instead of https.
parent 179a4a57
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ data: ...@@ -56,6 +56,8 @@ data:
), ),
'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'), 'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
); );
phpClientHttpsFix:
enabled: true
internalDatabase: internalDatabase:
enabled: false enabled: false
externalDatabase: externalDatabase:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment