🧪 Testing SSR with nextjs
This commit is contained in:
@ -11,5 +11,5 @@ uri = "http://localhost:3000"
|
||||
[[applications]]
|
||||
id = "capital-app"
|
||||
workdir = "../data/capital"
|
||||
command = ["node", "server/index.mjs"]
|
||||
environment = []
|
||||
command = ["node", "standalone/server.js"]
|
||||
environment = []
|
||||
|
@ -21,6 +21,10 @@ force_https = false
|
||||
max_body_size = 549_755_813_888 # 512 GiB
|
||||
max_qps = -1
|
||||
|
||||
[logging]
|
||||
access = "../../logs/access.log"
|
||||
warden_apps = "../../logs/warden"
|
||||
|
||||
[paths]
|
||||
configs = "./config"
|
||||
|
||||
|
Reference in New Issue
Block a user