tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-15 01:05:10 +03:00
parent e0b24c452f
commit a79aedfc7e

View File

@ -104,7 +104,7 @@ IP=$([ -z $DRY_RUN ] && lxc-attach $ID -- hostname -I)
# for more info see:
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#pretty-urls
@ lxc-attach $ID -- bash -c "\
sed -z -i \
sed -i \
-e \"/trusted_proxies/i\\ 'htaccess.RewriteBase' => '\\/',\\n\" \
/var/www/nextcloud/config/config.php"
@ lxc-attach $ID -- turnkey-occ maintenance:update:htaccess