-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.json
33 lines (33 loc) · 947 Bytes
/
sample.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
{
"ports": {
"80": {
"router": {
"code2flow.*": "127.0.0.1:8099",
".*": "127.0.0.1:8080"
}
},
"443": {
"router": {
"code2flow.*": "127.0.0.1:9991",
"service.myapp.com/downloads/.*": "127.0.0.1:10443",
"service.myapp.com/uploads/.*": "127.0.0.1:15000",
".*": "127.0.0.1:4443"
},
"https": {
"SNI": {
".*service.myapp.com": {
"key": "/etc/keys/myapp_com.key",
"cert": "/etc/keys/myapp_com.pem",
"ca": [
"/etc/keys/ca.pem",
"/etc/keys/sub.class1.server.ca.pem"
]
}
},
"key": "/etc/keys/star_code2flow_com.key",
"cert": "/etc/keys/star_code2flow_com.pem",
"ca": "/etc/keys/certum.crt"
}
}
}
}