mytilde/examples/.mytilde.2.json

16 lines
376 B
JSON

{
"domains": [
{
"hostname": "mydomain.example.com",
"alias": ["mydomain.example.net"],
"web": {
"template": "reverse",
"vars": {
"upstream": "127.0.0.1:7777",
"root": "/home/user/www/mydomain.example.com"
}
}
}
]
}