RoadSign/config/example.json

19 lines
238 B
JSON
Raw Normal View History

2023-11-16 15:06:59 +00:00
{
"name": "Example Site",
"rules": [
{
2023-11-17 16:23:40 +00:00
"host": [
"localhost"
],
"path": [
2023-11-17 17:50:16 +00:00
"/"
2023-11-17 16:23:40 +00:00
]
2023-11-16 15:06:59 +00:00
}
],
"upstreams": [
{
"name": "Example Upstream",
2023-11-18 01:50:12 +00:00
"uri": "file://C:\\site"
2023-11-17 16:23:40 +00:00
}
2023-11-16 15:06:59 +00:00
]
}