1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "applications": { "example_ruby": { "type": "ruby", "processes": 2, "script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru" } }, "listeners": { "*:8700": { "pass": "applications/example_ruby" } } }