RoadSign/test/benchmark/roadsign-ssr/config/example.yaml

13 lines
260 B
YAML
Raw Normal View History

2023-12-10 03:30:31 +00:00
name: Example Site
rules:
- host: ["localhost:8000"]
path: ["/"]
upstreams:
- id: example
name: Benchmarking Data
uri: http://localhost:3000
processes:
- id: nuxt-ssr
2023-12-10 10:26:04 +00:00
workdir: ../data/ssr
2023-12-10 03:30:31 +00:00
command: ["node", ".output/server/index.mjs"]