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

13 lines
256 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
workdir: ../data
command: ["node", ".output/server/index.mjs"]