Skip to content

Commit

Permalink
remove well-known rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed May 27, 2022
1 parent 8326dae commit 12f6be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.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 alice --admin-pass alice123
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 12f6be4

Please sign in to comment.