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

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