sophies-stuff #36

Merged
sophie merged 43 commits from sophies-stuff into main 2021-03-13 12:43:44 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit e8e513e6d4 - Show all commits

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(),
kunsi marked this conversation as resolved
Review

Technically redundant, since there's a nginx vhost which will use the same domain.

Technically redundant, since there's a nginx vhost which will use the same domain.
'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,
}, },
}, },
}, },