更新域名为 uzi1.cn,修复相关链接和配置,优化公告管理功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user