xref: /unit/pkg/deb/debian.module/unit.example-ruby-config (revision 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": {
13			"pass": "applications/example_ruby"
14		}
15	}
16}
17