增加了sock的站点配置文件修改按钮

增加了下拉站点配置文件按钮
增加了静态文件的配置内容,写入到站点配置文件的按钮
This commit is contained in:
2025-09-07 12:46:29 +08:00
parent d3b27dfda2
commit 99fbfdc732
3 changed files with 26 additions and 3 deletions

19
app.log
View File

@@ -5014,3 +5014,22 @@ Sep 07 12:20:19 statuspage systemd[1]: Started nginx.service - A high performanc
2025-09-07 12:38:33.241 | INFO | nginx_tab:run:171 - 开始执行Nginx服务操作: status
2025-09-07 12:38:33.272 | INFO | nginx_tab:run:196 - Nginx status 操作成功
2025-09-07 12:38:33.274 | INFO | nginx_tab:on_control_result:963 - Nginx服务控制成功: Nginx status 操作成功
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; preset: enabled)
Active: active (running) since Sun 2025-09-07 12:20:19 CST; 18min ago
Invocation: c4f06a4c2b114a538d3ac675f9778381
Docs: man:nginx(8)
Process: 2868 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 2870 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Main PID: 2871 (nginx)
Tasks: 3 (limit: 1844)
Memory: 2.8M (peak: 3.2M)
CPU: 26ms
CGroup: /system.slice/nginx.service
├─2871 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
├─2872 "nginx: worker process"
└─2873 "nginx: worker process"
Sep 07 12:20:19 statuspage systemd[1]: Starting nginx.service - A high performance web server and a reverse proxy server...
Sep 07 12:20:19 statuspage systemd[1]: Started nginx.service - A high performance web server and a reverse proxy server.