proxy (for dev): use server default port 5080

This commit is contained in:
phil 2024-12-22 02:44:04 +01:00
parent 1f16faf060
commit f7629e36e0

View file

@ -1,41 +1,41 @@
[
{
"context": [
"/static",
"/gj",
"/openapi.json",
"/docs",
"/api"
],
"target": "http://127.0.0.1:5000",
"secure": false,
"ws": true
"context": [
"/static",
"/gj",
"/openapi.json",
"/docs",
"/api"
],
"target": "http://127.0.0.1:5080",
"secure": false,
"ws": true
},
{
"context": [
"/sched",
"/_sched"
],
"target": "http://127.0.0.1:8000",
"secure": false,
"ws": true
},
"context": [
"/sched",
"/_sched"
],
"target": "http://127.0.0.1:8000",
"secure": false,
"ws": true
},
{
"context": [
"/static/tiles"
],
"target": "/home/phil/gisaf_misc/map/tiles",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/static/tiles" : ""
}
},
{
"context": [
"/terrain"
],
"target": "http://127.0.0.1:8899",
"secure": false
"context": [
"/static/tiles"
],
"target": "/home/phil/gisaf_misc/map/tiles",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/static/tiles": ""
}
]
},
{
"context": [
"/terrain"
],
"target": "http://127.0.0.1:8899",
"secure": false
}
]