File size: 506 Bytes
028e1a3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"sites": {
"site1": {
"target": "http://106.15.4.153:8085",
"description": "主网站",
"enabled": true
},
"site2": {
"target": "http://106.15.4.153:8086",
"description": "API服务",
"enabled": true
},
"site3": {
"target": "http://106.15.4.153:8087",
"description": "管理后台",
"enabled": true
}
},
"domains": {
"www.example.com": "site1",
"api.example.com": "site2",
"admin.example.com": "site3"
}
} |