xref: /unit/pkg/deb/debian.module/unit.example-python3.10-config (revision 1973:bc18f6f39ce3)
1{
2	"applications": {
3		"example_python": {
4			"type": "python 3.10",
5			"processes": 2,
6			"path": "/usr/share/doc/unit-python3.10/examples/python-app",
7			"module": "wsgi"
8		}
9	},
10
11	"listeners": {
12		"*:8400": {
13			"pass": "applications/example_python"
14		}
15	}
16}
17