yuebinliu commited on
Commit
028e1a3
·
verified ·
1 Parent(s): d964c36

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sites": {
3
+ "site1": {
4
+ "target": "http://106.15.4.153:8085",
5
+ "description": "主网站",
6
+ "enabled": true
7
+ },
8
+ "site2": {
9
+ "target": "http://106.15.4.153:8086",
10
+ "description": "API服务",
11
+ "enabled": true
12
+ },
13
+ "site3": {
14
+ "target": "http://106.15.4.153:8087",
15
+ "description": "管理后台",
16
+ "enabled": true
17
+ }
18
+ },
19
+ "domains": {
20
+ "www.example.com": "site1",
21
+ "api.example.com": "site2",
22
+ "admin.example.com": "site3"
23
+ }
24
+ }