28 lines
812 B
JSON
28 lines
812 B
JSON
{
|
|
"admin/services/vhost": {
|
|
"title": "VHost Manager",
|
|
"order": 75,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/services/vhost/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {"type": "view", "path": "vhost-manager/overview"}
|
|
},
|
|
"admin/services/vhost/internal": {
|
|
"title": "Internal Hosts",
|
|
"order": 20,
|
|
"action": {"type": "view", "path": "vhost-manager/internal"}
|
|
},
|
|
"admin/services/vhost/redirects": {
|
|
"title": "External Redirects",
|
|
"order": 30,
|
|
"action": {"type": "view", "path": "vhost-manager/redirects"}
|
|
},
|
|
"admin/services/vhost/ssl": {
|
|
"title": "SSL Certificates",
|
|
"order": 40,
|
|
"action": {"type": "view", "path": "vhost-manager/ssl"}
|
|
}
|
|
}
|