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