16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
{
|
|
"applications": {
|
|
"example_ruby": {
|
|
"type": "ruby",
|
|
"processes": 2,
|
|
"script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru"
|
|
}
|
|
},
|
|
|
|
"listeners": {
|
|
"*:8700": {
|
|
"pass": "applications/example_ruby"
|
|
}
|
|
}
|
|
}
|