mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-30 19:33:35 +01:00
add clusters.json
This commit is contained in:
parent
d4928b2981
commit
3ad532f6fa
2 changed files with 18 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
|||
*.pyc
|
||||
__pycache__
|
||||
.vscode
|
||||
clusters.json
|
||||
/clusters.json
|
||||
/nginx
|
||||
/autossl
|
||||
.env
|
||||
|
|
17
config/clusters.json
Normal file
17
config/clusters.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue