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

45 lines
1.4 KiB
JSON
Raw Normal View History

2023-03-28 20:43:45 +02:00
{
"proxies": {
"main": {
"address": ":8080",
"mappings": [
{
"hostPattern": "portal.arcad.local:*",
"target": "http://localhost:8082"
},
{
"hostPattern": "hextris.arcad.local:*",
"target": "http://localhost:8083"
},
{
"hostPattern": "test.arcad.local:*",
"target": "http://localhost:8084"
},
{
"hostPattern": "diffusion.arcad.local:*",
"target": "http://localhost:8085"
},
2023-04-04 20:26:19 +02:00
{
"hostPattern": "arcad-portal.local:*",
"target": "http://localhost:8082"
},
{
"hostPattern": "arcad-hextris.local:*",
"target": "http://localhost:8083"
},
{
"hostPattern": "arcad-test.local:*",
"target": "http://localhost:8084"
},
{
"hostPattern": "arcad-diffusion.local:*",
"target": "http://localhost:8085"
},
2023-03-28 20:43:45 +02:00
{
"hostPattern": "*",
"target": "http://localhost:8082"
}
]
}
}
}