summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-python3.6-config
blob: 543024ffbbb124aef0142a6b8a5ffc5e13d8c3a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"applications": {
		"example_python": {
			"type": "python 3.6",
			"processes": 2,
			"path": "/usr/share/doc/unit-python3.6/examples/python-app",
			"module": "wsgi"
		}
	},

	"listeners": {
		"*:8400": {
			"pass": "applications/example_python"
		}
	}
}