RoadSign/test/benchmark/roadsign-with-prefork/config/example.json

20 lines
267 B
JSON
Raw Normal View History

2023-11-24 17:27:37 +00:00
{
"name": "Example Site",
"rules": [
{
"host": [
"localhost:8000"
],
"path": [
"/"
]
}
],
"upstreams": [
{
"id": "example",
"name": "Benchmarking Data",
"uri": "files://../data"
}
]
}