Initial commit for gisaf/fastapi
This commit is contained in:
commit
adce44722f
1361 changed files with 42521 additions and 0 deletions
37
proxy.conf.json
Normal file
37
proxy.conf.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"/static": {
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"secure": false
|
||||
},
|
||||
"/gj": {
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/sched": {
|
||||
"target": "http://127.0.0.1:8000",
|
||||
"secure": false
|
||||
},
|
||||
"/_sched": {
|
||||
"target": "http://127.0.0.1:8000",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/api": {
|
||||
"target": "http://127.0.0.1:5000",
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/static/tiles": {
|
||||
"target": "/home/phil/gisaf_misc/map/tiles",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/static/tiles" : ""
|
||||
}
|
||||
},
|
||||
"/terrain": {
|
||||
"target": "http://127.0.0.1:8899",
|
||||
"secure": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue