diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 3c21a056..20df0977 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -96,6 +96,7 @@ if [ ! -f $STORAGE_ROOT/owncloud/owncloud.db ]; then 'forcessl' => true, # if unset/false, ownCloud sends a HSTS=0 header, which conflicts with nginx config 'overwritewebroot' => '/cloud', + 'overwrite.cli.url' => '/cloud', 'user_backends' => array( array( 'class'=>'OC_User_IMAP', @@ -157,6 +158,7 @@ php < $CONFIG_TEMP && mv $CONFIG_TEMP $STORAGE_ROOT/owncloud/config.php;