From 078f3bff70efea99707afdad45319ab4d41c4bd6 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 16 Aug 2015 23:47:51 +0000 Subject: [PATCH] ownCloud set overwrite.cli.url setting --- setup/owncloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 3c21a05..20df097 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;