diff --git a/nodes/gce/bind01.py b/nodes/gce/bind01.py index cb99b5c..e1f29ad 100644 --- a/nodes/gce/bind01.py +++ b/nodes/gce/bind01.py @@ -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,