blob: 53eee534b1f345cbb702489c934d167d59b75570 (
plain) (
tree)
|
|
{
"applications": {
"example_ruby": {
"type": "ruby",
"user": "nobody",
"processes": 2,
"script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru"
}
},
"listeners": {
"*:8700": {
"application": "example_ruby"
}
}
}
|