unit.example-ruby-config (600:694767e0b8c9) unit.example-ruby-config (1045:6079ce642254)
1{
2 "applications": {
3 "example_ruby": {
4 "type": "ruby",
5 "user": "nobody",
6 "processes": 2,
7 "script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru"
8 }
9 },
10
11 "listeners": {
12 "*:8700": {
1{
2 "applications": {
3 "example_ruby": {
4 "type": "ruby",
5 "user": "nobody",
6 "processes": 2,
7 "script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru"
8 }
9 },
10
11 "listeners": {
12 "*:8700": {
13 "application": "example_ruby"
13 "pass": "applications/example_ruby"
14 }
15 }
16}
14 }
15 }
16}