From 3084f291e1c97e20880ce711820093c0bb67efd6 Mon Sep 17 00:00:00 2001 From: reloop Date: Tue, 14 Apr 2026 19:57:00 +0900 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20reloop-api=203011,=20reloop-web?= =?UTF-8?q?=203010=20=E2=80=94=20nginx=20LXC101=20upstream=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 2f68324..140bb2d 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -16,7 +16,7 @@ module.exports = { exec_mode: 'fork', env: { NODE_ENV: 'production', - PORT: '3001', + PORT: '3011', }, max_memory_restart: '512M', error_file: './logs/reloop-api.error.log', @@ -34,7 +34,7 @@ module.exports = { exec_mode: 'fork', env: { NODE_ENV: 'production', - PORT: '3003', + PORT: '3010', HOSTNAME: '0.0.0.0', }, max_memory_restart: '512M',