Update to v8.21.0

This commit is contained in:
aapanel.com
2026-08-13 18:24:50 +08:00
parent 403317be61
commit 07c7e75ec6
285 changed files with 18063 additions and 5697 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ def split_log(siteName, num, log_cut_path):
return
project_type = site_info['project_type'].lower()
# 按照语言类型格式
if project_type in ['php', 'wp', 'wp2']:
# 按照项目类型格式
if project_type in ['php', 'wp', 'wp2', 'proxy', 'dk_proxy']:
conf_name = siteName
else:
conf_name = project_type + '_' + siteName