From 93dfc4e5cd07f7ac817a4273b4355103704fb7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Fri, 5 Dec 2025 17:03:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0404?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新生产环境数据库连接配置 添加默认nginx 404错误页面 --- 404.html | 7 +++++++ config.php | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..a294bc0 --- /dev/null +++ b/404.html @@ -0,0 +1,7 @@ + +404 Not Found + +

404 Not Found

+
nginx
+ + \ No newline at end of file diff --git a/config.php b/config.php index b130cea..6bfcfc0 100644 --- a/config.php +++ b/config.php @@ -1,7 +1,7 @@ \ No newline at end of file