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














                                                                              
{
	"applications": {
		"example_java15": {
			"processes": 1,
			"type": "java 15",
			"webapp": "/usr/share/doc/unit-jsc15/examples/jsc-app"
		}
	},

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