bw/miniserver new vhost
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
a8fd397a3d
commit
e8e513e6d4
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(),
|
||||||
|
'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