xref: /unit/pkg/rpm/rpmbuild/SOURCES/unit.example-ruby-config (revision 1753:7d8644d56ed5)
1{
2	"applications": {
3		"example_ruby": {
4			"type": "ruby",
5			"processes": 2,
6			"script": "/usr/share/doc/unit-ruby/examples/ruby-app.ru"
7		}
8	},
9
10	"listeners": {
11		"*:8700": {
12			"pass": "applications/example_ruby"
13		}
14	}
15}
16