summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-jsc20-config
blob: 57865a45f6b065a3083ba43a008d73a618426b7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"applications": {
		"example_java20": {
			"processes": 1,
			"type": "java 20",
			"webapp": "/usr/share/doc/unit-jsc20/examples/jsc-app"
		}
	},

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