updated phpupdater for apache

This commit is contained in:
2020-12-18 14:35:13 +01:00
parent d889f248e6
commit 22ca4d3464
4 changed files with 42 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ cat <<EOF > /var/www/$domain/html/config/autoconfig.php
"dbname" => "${db_name}",
"dbuser" => "${db_user}",
"dbpass" => "${db_pass}",
"dbhost" => "localhost",
"dbhost" => "127.0.0.1",
"dbtableprefix" => "",
"simpleSignUpLink.shown" => false,
"directory" => "/var/www/$domain/html/data",