fix: 更新数据库配置并添加404页面
更新生产环境数据库连接配置 添加默认nginx 404错误页面
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
<html>
|
||||||
|
<head><title>404 Not Found</title></head>
|
||||||
|
<body>
|
||||||
|
<center><h1>404 Not Found</h1></center>
|
||||||
|
<hr><center>nginx</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
// config.php - 数据库配置文件
|
// config.php - 数据库配置文件
|
||||||
$host = 'localhost';
|
$host = '43.163.99.193';
|
||||||
$username = 'root';
|
$username = 'carwash_600006_x';
|
||||||
$password = '';
|
$password = 'XxZR2SwBX1dcMKJT';
|
||||||
$database = 'carwash_booking';
|
$database = 'carwash_600006_x';
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user