summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-python3.5-config
blob: 20f49adffd1704a11c632f11097f302efdb2bf32 (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.5",
			"user": "nobody",
			"workers": 2,
			"path": "/usr/share/doc/unit-python3.5/examples/python-app",
			"module": "wsgi"
		}
	},

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