From 4515021f371b5da49ddd547b49f0d39764b5c228 Mon Sep 17 00:00:00 2001 From: 12451 <12451@example.com> Date: Thu, 2 Jul 2026 15:10:27 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=BD=E4=BB=A4=EF=BC=88=E5=8C=BA=E5=88=86?= =?UTF-8?q?=E6=B5=8B=E8=AF=95/=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e1d3978..6e45fb6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -310,11 +310,13 @@ systemctl restart nginx ```bash # 查看服务状态 -systemctl status pms-api +systemctl status pms-api-test # 测试环境API +systemctl status pms-api-prod # 正式环境API systemctl status nginx # 查看日志 -journalctl -u pms-api -f +journalctl -u pms-api-test -f +journalctl -u pms-api-prod -f tail -f /var/log/nginx/error.log ```