Sync config
All checks were successful
release-nightly / build-docker (push) Successful in 1m10s

This commit is contained in:
2023-12-10 18:55:13 +08:00
parent 7b47004cf7
commit be5ed05175
19 changed files with 89 additions and 25 deletions

View File

@ -1,20 +0,0 @@
{
"name": "Example Site",
"rules": [
{
"host": [
"localhost"
],
"path": [
"/"
]
}
],
"upstreams": [
{
"id": "example",
"name": "Example Upstream",
"uri": "files://./test/benchmark/data"
}
]
}