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














                                                                              
{
	"applications": {
		"example_java18": {
			"processes": 1,
			"type": "java 18",
			"webapp": "/usr/share/doc/unit-jsc18/examples/jsc-app"
		}
	},

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