sophies-stuff #36
2 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
location /
|
||||||
|
{
|
||||||
|
add_header Access-Control-Allow-Origin *;
|
||||||
|
}
|
||||||
|
|
|
@ -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
|
|||||||
|
'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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue
Technically redundant, since there's a nginx vhost which will use the same domain.