Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-09-07 18:25:13 +0300
committerGitHub <noreply@github.com>2018-09-07 18:25:13 +0300
commit91b49fc002877ef141f3575fffee891df1c40f36 (patch)
treed3f3bbb21e46d257ae2d12835be9a4766f3930ed
parent52d8c62bda446a072f17329edc341ee726a25030 (diff)
fix #654 (#656)14.0.0
-rw-r--r--nextcloud-startup-script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh
index 24580d3b..760a3e91 100644
--- a/nextcloud-startup-script.sh
+++ b/nextcloud-startup-script.sh
@@ -285,6 +285,7 @@ fi
# Pretty URLs
echo "Setting RewriteBase to \"/\" in config.php..."
chown -R www-data:www-data $NCPATH
+occ_command config:system:set overwrite.cli.url --value="http://localhost/"
occ_command config:system:set htaccess.RewriteBase --value="/"
occ_command maintenance:update:htaccess
bash $SECURE & spinner_loading