mytilde/examples/.mytilde.2.json

16 lines
376 B
JSON
Raw Normal View History

2019-08-14 17:42:13 +00:00
{
"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"
}
}
}
]
}