RoadSign/config/example.json
2023-11-18 14:30:35 +08:00

20 lines
261 B
JSON

{
"name": "Example Site",
"rules": [
{
"host": [
"localhost"
],
"path": [
"/"
]
}
],
"upstreams": [
{
"id": "example",
"name": "Example Upstream",
"uri": "file://C:\\site"
}
]
}