From c01aee71d22a882bb669b298854e4e01d6567576 Mon Sep 17 00:00:00 2001 From: leiyun Date: Sun, 27 Apr 2025 15:47:52 +0800 Subject: [PATCH] =?UTF-8?q?save=20=20=E5=85=8B=E5=B7=9E=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pm2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm2.json b/pm2.json index 5467575..4204aa3 100644 --- a/pm2.json +++ b/pm2.json @@ -3,7 +3,7 @@ { "name": "publish-web", "script": "app.js", - "cwd": "/home/program/front/git/publish_web", + "cwd": "/data/front/git/publish_web", "exec_mode": "cluster", "instances": 1, "max_memory_restart": "3G",