Update to v8.16.0

This commit is contained in:
aapanel.com
2026-07-06 09:16:25 +08:00
parent 88012af9cf
commit c529749cf8
2034 changed files with 122712 additions and 38986 deletions
+3
View File
@@ -3113,6 +3113,9 @@ echo $! > {pid_file}'''.format(
except ValueError:
res_domains.append({"name": domain, "status": False, "msg": 'Invalid Domain'})
continue
if int(domain_arr[1]) == 443:
res_domains.append({"name": domain, "status": False, "msg": 'Port 443 is not allowed for Python projects'})
continue
if not public.M('domain').where('name=? AND port=?', (domain_arr[0], domain_arr[1])).count():
public.M('domain').add(
'name,pid,port,addtime',