summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-perl-config
blob: 2182fc468d351b50bef2b902f604a87f69b16a25 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                                       







                                                                                          
                                                           


                 
{
	"applications": {
		"example_perl": {
			"type": "perl",
			"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": {
			"pass": "applications/example_perl"
		}
	}
}