更新域名为 uzi1.cn,修复相关链接和配置,优化公告管理功能

This commit is contained in:
zyh
2025-08-30 22:28:44 +08:00
parent a3d503a879
commit 85f7131efb
12 changed files with 277 additions and 35 deletions

View File

@@ -3,9 +3,9 @@
server {
listen 80;
server_name 2.uzi0.cc; # 你的域名
server_name uzi1.cn; # 你的域名
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/2.uzi0.cc; # 修改为你的实际网站根目录路径
root /www/wwwroot/uzi1.cn; # 修改为你的实际网站根目录路径
# SSL配置如果有SSL证书
# listen 443 ssl http2;
@@ -78,6 +78,6 @@ server {
}
# 宝塔面板访问日志
access_log /www/wwwlogs/2.uzi0.cc.log;
error_log /www/wwwlogs/2.uzi0.cc.error.log;
access_log /www/wwwlogs/uzi1.cn.log;
error_log /www/wwwlogs/uzi1.cn.error.log;
}