Can publish to process
All checks were successful
release-nightly / build-docker (push) Successful in 1m9s

This commit is contained in:
2023-12-10 18:26:04 +08:00
parent ccc98f6633
commit 7b47004cf7
11 changed files with 34 additions and 20 deletions

View File

@ -1,2 +1,2 @@
/.output
/.spa
/ssr
/spa

View File

@ -9,7 +9,7 @@ hypertext:
key: ./cert.key
pem: ./cert.pem
limitation:
max_body_size: -1
max_body_size: 536870912
max_qps: -1
ports:
- :8000

View File

@ -8,5 +8,5 @@ upstreams:
uri: http://localhost:3000
processes:
- id: nuxt-ssr
workdir: ../data
workdir: ../data/ssr
command: ["node", ".output/server/index.mjs"]

View File

@ -9,7 +9,7 @@ hypertext:
key: ./cert.key
pem: ./cert.pem
limitation:
max_body_size: -1
max_body_size: 536870912
max_qps: -1
ports:
- :8000

View File

@ -9,7 +9,7 @@ hypertext:
key: ./cert.key
pem: ./cert.pem
limitation:
max_body_size: -1
max_body_size: 536870912
max_qps: -1
ports:
- :8000

View File

@ -9,7 +9,7 @@ hypertext:
key: ./cert.key
pem: ./cert.pem
limitation:
max_body_size: -1
max_body_size: 536870912
max_qps: -1
ports:
- :8000