mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* rework install progress types and pipes for clarity * rework marketplace show display Co-authored-by: Matt Hill <matthill@Matt-M1.local>
17 lines
268 B
JSON
17 lines
268 B
JSON
{
|
|
"/rpc/v1": {
|
|
"target": "http://<CHANGE_ME>/rpc/v1"
|
|
},
|
|
"/ws/*": {
|
|
"target": "http://<CHANGE_ME>",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
"/public/*": {
|
|
"target": "http://<CHANGE_ME>/public",
|
|
"pathRewrite": {
|
|
"^/public": ""
|
|
}
|
|
}
|
|
}
|