summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-ruby-config
blob: 930aa98702557a34ac5a17b7af5c65e79e74b654 (plain) (blame)
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"
		}
	}
}