From 93eafd706ff1a70426d087c207f972d78c27e25c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Jan 2024 00:37:03 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- nextcloud/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/make.sh b/nextcloud/make.sh index d3f37db..7bfd94d 100755 --- a/nextcloud/make.sh +++ b/nextcloud/make.sh @@ -105,7 +105,7 @@ IP=$([ -z $DRY_RUN ] && lxc-attach $ID -- hostname -I) # https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#pretty-urls @ lxc-attach $ID -- bash -c "\ sed -z -i \ - -e \"s/\\(trusted_proxies[^)]*\\)/ 'htaccess.RewriteBase' => '/',\\n \\1/\" \ + -e \"s/\\(trusted_proxies[^)]*\\)/ 'htaccess.RewriteBase' => '\\/',\\n \\1/\" \ /var/www/nextcloud/config/config.php" @ lxc-attach $ID -- turnkey-occ maintenance:update:htaccess