Files
start-os/frontend/proxy.conf.json.sample
Lucy C 2b6e54da1e Proxy local frontend to remote backend (#1452)
* add server proxy configurations

* change address to host due to compliation warning

* adjust config sample to more accurately reflect production version
2022-05-19 15:58:32 -06:00

14 lines
278 B
Plaintext

{
"/rpc/v1": {
"target": "http://localhost:8100/rpc/v1"
},
"/ws": {
"target": "http://localhost:8100/ws"
},
"/public/*": {
"target": "http://localhost:8100/public",
"pathRewrite": {
"^/public": ""
}
}
}