Skip to content

Commit 91b49fc

Browse files
author
Daniel Hansson
authored
fix #654 (#656)
1 parent 52d8c62 commit 91b49fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextcloud-startup-script.sh

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ fi
285285
# Pretty URLs
286286
echo "Setting RewriteBase to \"/\" in config.php..."
287287
chown -R www-data:www-data $NCPATH
288+
occ_command config:system:set overwrite.cli.url --value="http://localhost/"
288289
occ_command config:system:set htaccess.RewriteBase --value="/"
289290
occ_command maintenance:update:htaccess
290291
bash $SECURE & spinner_loading

0 commit comments

Comments
 (0)