summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-jsc10-config
blob: 969491e5cd53340d3c6058035c45e5dae2506c5c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                              
                                                             


                 
{
	"applications": {
		"example_java10": {
			"processes": 1,
			"type": "java 10",
			"webapp": "/usr/share/doc/unit-jsc10/examples/jsc-app"
		}
	},

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