Fix nextcloud protocol in override config

main
trivernis 11 months ago
parent b986c14cda
commit 449eeeb4f5
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -31,6 +31,8 @@ spec:
overrides.config.php: |-
<?php
$CONFIG = array (
'overwritehost' => 'cloud.trivernis.net',
'overwriteprotocol' => 'https',
);
nginx:

Loading…
Cancel
Save