Update to v8.19.0

This commit is contained in:
aapanel.com
2026-07-24 16:25:43 +08:00
parent c529749cf8
commit 403317be61
485 changed files with 28147 additions and 13416 deletions
+2
View File
@@ -859,6 +859,8 @@ server {{
return source_binding
if not source_binding:
return public.return_message(-1, 0, public.lang("The Supervisor daemon cannot be empty!"))
public.set_module_logs('site_proxy', 'create_by_supervisor')
return self._create(get, source_binding=source_binding)
def proxy_bind_by_supervisor(self, get):