forked from jumpserver/luna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproxy.conf.json
54 lines (54 loc) · 1.05 KB
/
proxy.conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"/koko/elfinder/*": {
"target": "http://localhost:5000",
"secure": false,
"ws": true,
"changeOrigin": true
},
"/koko/static/*": {
"target": "http://localhost:5000",
"secure": false,
"ws": true
},
"/koko/*": {
"target": "http://localhost:5000",
"secure": false,
"ws": true,
"changeOrigin": true
},
"/media/": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
},
"/api/": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
},
"/core": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
},
"/static": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
},
"/lion": {
"target": "http://localhost:9529",
"secure": false,
"pathRewrite": {
"^/lion/monitor": "/monitor"
},
"ws": true,
"changeOrigin": true
},
"/chen": {
"target": "http://localhost:9523",
"secure": false,
"ws": true,
"changeOrigin": true
}
}