bw/miniserver new vhost
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Sophie Schiller 2021-03-13 13:31:28 +01:00
parent a8fd397a3d
commit e8e513e6d4
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
location /
{
add_header Access-Control-Allow-Origin *;
}

View file

@ -67,16 +67,18 @@ nodes['htz-cloud.miniserver'] = {
}, },
'domains': { 'domains': {
'i.sophies-kitchen.eu': set(), 'i.sophies-kitchen.eu': set(),
'webdump.sophies-kitchen.eu': set(),
}, },
}, },
'nginx': { 'nginx': {
'vhosts': { 'vhosts': {
'i.sophies-kitchen.eu': { 'webdump.sophies-kitchen.eu': {
'webroot_config': { 'webroot_config': {
'owner': 'sophie', 'owner': 'sophie',
'group': 'sophie', 'group': 'sophie',
'mode': '0755', 'mode': '0755',
}, },
'extras': True,
}, },
}, },
}, },