LittleSheep
a64e7499bc
All checks were successful
release-nightly / build-docker (push) Successful in 58s
20 lines
275 B
JSON
20 lines
275 B
JSON
{
|
|
"name": "Example Site",
|
|
"rules": [
|
|
{
|
|
"host": [
|
|
"localhost"
|
|
],
|
|
"path": [
|
|
"/"
|
|
]
|
|
}
|
|
],
|
|
"upstreams": [
|
|
{
|
|
"id": "example",
|
|
"name": "Example Upstream",
|
|
"uri": "files://./test/benchmark/data"
|
|
}
|
|
]
|
|
} |