Add missing vhost
This commit is contained in:
parent
ce760c688b
commit
50a316ac1e
|
|
@ -49,6 +49,9 @@
|
|||
"vhosts": [
|
||||
{
|
||||
"name": "/"
|
||||
},
|
||||
{
|
||||
"name": "other"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
|
|
@ -59,6 +62,13 @@
|
|||
"write": ".*",
|
||||
"read": ".*"
|
||||
},
|
||||
{
|
||||
"user": "guest",
|
||||
"vhost": "other",
|
||||
"configure": ".*",
|
||||
"write": ".*",
|
||||
"read": ".*"
|
||||
},
|
||||
{
|
||||
"user": "management",
|
||||
"vhost": "/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue