mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* add server proxy configurations * change address to host due to compliation warning * adjust config sample to more accurately reflect production version
14 lines
278 B
Plaintext
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": ""
|
|
}
|
|
}
|
|
} |