blob: 46d9f2801f048850f5997029714c8a9e632c5c7a [file] [log] [blame]
[
{
"host": "domain.com",
"path": "/login",
"forward": "localhost:9004",
"secure": false
},
{
"host": "domain.com",
"path": "/ds/",
"forward": "localhost:8081",
"secure": true,
"capabilities": {
"GET": "read-ds",
"POST": "write-ds",
"PUT": "write-ds",
"PATCH": "write-ds"
}
},
{
"host": "domain.com",
"path": "/cachegroups/",
"forward": "localhost:8082",
"secure": true,
"capabilities": {
"GET": "read-cg",
"POST": "write-cg",
"PUT": "write-cg",
"PATCH": "write-cg"
}
}
]