nodes/gce.bind01: add nginx for powerdnsadmin
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7c1c0f5e80
commit
c5fc67660a
1 changed files with 12 additions and 0 deletions
|
@ -8,6 +8,7 @@ nodes['gce.bind01'] = {
|
|||
},
|
||||
'groups': {
|
||||
'dns',
|
||||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
|
@ -19,6 +20,17 @@ nodes['gce.bind01'] = {
|
|||
},
|
||||
},
|
||||
'external_ipv4': '34.89.208.78',
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'ns-1.kunbox.net': {
|
||||
'proxy': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:8000/',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 1,
|
||||
'ram': 1,
|
||||
|
|
Loading…
Reference in a new issue