RoadSign/config/example.json
2023-11-18 01:42:04 +08:00

28 lines
383 B
JSON

{
"name": "Example Site",
"rules": [
{
"host": [
"localhost"
],
"path": [
"/site1"
]
}
],
"upstreams": [
{
"name": "Example Upstream",
"uri": "file:///site"
}
],
"transformers": [
{
"type": "replacePath",
"options": {
"pattern": "/site1",
"value": "/"
}
}
]
}