19 lines
309 B
JSON
19 lines
309 B
JSON
|
|
{
|
||
|
|
"/tasmota1": {
|
||
|
|
"target": "http://10.0.0.31",
|
||
|
|
"secure": false,
|
||
|
|
"changeOrigin": true,
|
||
|
|
"pathRewrite": {
|
||
|
|
"^/tasmota1": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"/tasmota2": {
|
||
|
|
"target": "http://10.0.0.32",
|
||
|
|
"secure": false,
|
||
|
|
"changeOrigin": true,
|
||
|
|
"pathRewrite": {
|
||
|
|
"^/tasmota2": ""
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|