Skip to content

Commit

Permalink
remove rewrite rule, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Sep 2, 2022
1 parent 123a442 commit 8354e71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export PHP_MEMORY_LIMIT="512M"
php console.php maintenance:install --admin-user admin --admin-pass $MARIADB_ROOT_PASSWORD --database "mysql" --database-name "nextcloud" --database-user "root" --database-pass "$MARIADB_ROOT_PASSWORD" --database-host "127.0.0.1"
php console.php status
php console.php app:enable solid
sed -i '96 i\ RewriteRule ^\\.well-known/openid-configuration /apps/solid/openid [R=302,L]' /var/www/html/.htaccess
sed -i "25 i\ 1 => 'server'," /var/www/html/config/config.php
sed -i "26 i\ 2 => 'nextcloud.local'," /var/www/html/config/config.php
sed -i "27 i\ 3 => 'thirdparty'," /var/www/html/config/config.php
Expand Down

0 comments on commit 8354e71

Please sign in to comment.