emissary/misc/spec-samples/proxy.emissary.cadoles.com....

29 lines
870 B
JSON

{
"proxies": {
"main": {
"address": ":8080",
"mappings": [
{
"hostPattern": "hextris.localhost.arcad.lan:*",
"target": "http://localhost:8083"
},
{
"hostPattern": "test.localhost.arcad.lan:*",
"target": "http://localhost:8084"
},
{
"hostPattern": "arcad-hextris.local:*",
"target": "http://localhost:8083"
},
{
"hostPattern": "arcad-test.local:*",
"target": "http://localhost:8084"
},
{
"hostPattern": "*",
"target": "http://localhost:8084"
}
]
}
}
}