blob: 930aa98702557a34ac5a17b7af5c65e79e74b654 (
plain) (
tree)
|
|
{
"applications": {
"example_ruby": {
"type": "ruby",
"processes": 2,
"script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru"
}
},
"listeners": {
"*:8700": {
"pass": "applications/example_ruby"
}
}
}
|