RoadSign/config/example.json
2023-11-16 23:06:59 +08:00

15 lines
210 B
JSON

{
"name": "Example Site",
"rules": [
{
"host": ["localhost"],
"path": ["/"]
}
],
"upstreams": [
{
"name": "Example Upstream",
"uri": "https://example.com"
}
]
}