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

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