summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config
blob: 0329b78a24a7995866d56f3f4148f2113b38ea02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"applications": {
		"example_perl": {
			"type": "perl",
			"user": "nobody",
			"processes": 1,
			"working_directory": "/usr/share/doc/unit-perl/examples/perl-app",
			"script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
		}
	},

	"listeners": {
		"*:8600": {
			"application": "example_perl"
		}
	}
}