mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-02-07 14:52:45 +01:00
17 lines
205 B
JSON
17 lines
205 B
JSON
[
|
|
{
|
|
"name": "dummy1",
|
|
"upstreams": [
|
|
"10.0.0.1",
|
|
"10.0.0.2",
|
|
"10.0.0.3"
|
|
]
|
|
},
|
|
{
|
|
"name": "dummy2",
|
|
"upstreams": [
|
|
"127.0.0.1",
|
|
"127.0.0.2"
|
|
]
|
|
}
|
|
]
|