This repository has been archived on 2023-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
odproxy-deprecated/config.json
2022-06-08 22:32:34 +02:00

12 lines
No EOL
187 B
JSON

{
"listen": "http.sock",
"socket": true,
"map": [
{
"hosts": ["test.example.com"],
"command": "node ../http/server.js",
"file": "http-server.sock",
"timeout": 60
}
]
}