Update to v7.52.0

This commit is contained in:
aapanel.com
2025-09-26 14:22:35 +08:00
parent 51580549e6
commit 51ce0647bf
1378 changed files with 11443 additions and 23123 deletions
+8 -1
View File
@@ -1087,7 +1087,8 @@ export PATH
if not project_find['project_config']['bind_extranet']: return False
if not project_find['project_config']['domains']: return False
self.set_nginx_config(project_find)
self.set_apache_config(project_find)
if not public.get_multi_webservice_status():
self.set_apache_config(project_find)
public.serviceReload()
return True
@@ -1362,6 +1363,12 @@ export PATH
# 写配置文件
public.writeFile(config_file,apache_config_body)
# 多服务下使apache配置文件失效
if public.get_multi_webservice_status():
if os.path.exists(config_file):
shutil.move(config_file, config_file + '.barduo')
return True