webcrystal/config.json

19 lines
327 B
JSON

{
"notaname.home": {
"handler": "static_serve",
"document_root": "/var/www/notaname/home"
},
"compteur.notaname.home": {
"handler": "internal.compter"
},
"compteur.cheat.notaname.home": {
"handler": "proxy_pass",
"host": "127.0.0.1",
"port": 8080
}
}