xref: /unit/pkg/deb/debian.module/unit.example-jsc16-config (revision 1887:0a32914bf7bf)
1{
2	"applications": {
3		"example_java16": {
4			"processes": 1,
5			"type": "java 16",
6			"webapp": "/usr/share/doc/unit-jsc16/examples/jsc-app"
7		}
8	},
9
10	"listeners": {
11		"*:8800": {
12			"pass": "applications/example_java16"
13		}
14	}
15}
16