Files
start-os/frontend/proxy.conf-sample.json
Matt Hill 09922c8dfa Rework install progress types and pipes for clarity (#1513)
* rework install progress types and pipes for clarity

* rework marketplace show display

Co-authored-by: Matt Hill <matthill@Matt-M1.local>
2022-06-19 13:46:09 -06:00

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": ""
}
}
}