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

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