gohttp/include/www.a.com.json

13 lines
225 B
JSON

{
"name": "a",
"server": ["www.a.com"],
"port": 8088,
"enable_ssl":true,
"paths": [
{
"path": "/",
"root": "./example",
"default": "index.html"
}
]
}