🎉 Initial Commit
This commit is contained in:
15
config/example.json
Normal file
15
config/example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Example Site",
|
||||
"rules": [
|
||||
{
|
||||
"host": ["localhost"],
|
||||
"path": ["/"]
|
||||
}
|
||||
],
|
||||
"upstreams": [
|
||||
{
|
||||
"name": "Example Upstream",
|
||||
"uri": "https://example.com"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user