| { | |
| "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" | |
| } | |
| } |