mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: add port example in ecosystem.config
(#10076)
This commit is contained in:
parent
72b055bc32
commit
cb607b84ad
@ -53,6 +53,7 @@ module.exports = {
|
|||||||
apps: [
|
apps: [
|
||||||
{
|
{
|
||||||
name: 'NuxtAppName',
|
name: 'NuxtAppName',
|
||||||
|
port: '3000',
|
||||||
exec_mode: 'cluster',
|
exec_mode: 'cluster',
|
||||||
instances: 'max',
|
instances: 'max',
|
||||||
script: './.output/server/index.mjs'
|
script: './.output/server/index.mjs'
|
||||||
|
Loading…
Reference in New Issue
Block a user