proxy / config.json
yuebinliu's picture
Create config.json
028e1a3 verified
Raw
History Blame Contribute Delete
506 Bytes
{
"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"
}
}