summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-jsc17-config
blob: 28b13e4d02548390ba4d676b0bd22245c5df9140 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                              
{
	"applications": {
		"example_java17": {
			"processes": 1,
			"type": "java 17",
			"webapp": "/usr/share/doc/unit-jsc17/examples/jsc-app"
		}
	},

	"listeners": {
		"*:8800": {
			"pass": "applications/example_java17"
		}
	}
}