in development funktionieren Steckdosen, Prod: baseURL fehler
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"/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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user