8ee9fb1742
The routing is desided by protocol
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"/apps/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/media/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/rest/": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false
|
|
},
|
|
"/ws/": {
|
|
"target": "ws://localhost:8000",
|
|
"secure": false,
|
|
"ws": true
|
|
}
|
|
}
|