fix(deploy): reloop-api 3011, reloop-web 3010 — nginx LXC101 upstream 정렬
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user