Add missing vhost

This commit is contained in:
Marcial Rosales 2024-11-21 17:07:27 +01:00
parent ce760c688b
commit 50a316ac1e
1 changed files with 10 additions and 0 deletions

View File

@ -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": "/",