23 lines
525 B
JSON
23 lines
525 B
JSON
{
|
|
"hostname": "192.168.50.50",
|
|
"port": 80,
|
|
|
|
"vhosts": [
|
|
{
|
|
"server_name": "notaname.home",
|
|
"handler": "static_serve",
|
|
"document_root": "/var/www/notaname/home"
|
|
},
|
|
{
|
|
"server_name": "compteur.notaname.home",
|
|
"handler": "internal.compter"
|
|
},
|
|
{
|
|
"server_name": "compteur.cheat.notaname.home",
|
|
"handler": "proxy_pass",
|
|
"hostname": "127.0.0.1",
|
|
"port": 0
|
|
}
|
|
]
|
|
}
|