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

	"listeners": {
		"*:8400": {
			"application": "example_python"
		}
	}
}