summaryrefslogblamecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config
blob: 8a73ca53d0f61a5b302916004740cb2d7ded3721 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                    
{
	"applications": {
		"example_python": {
			"type": "python 3.10",
			"processes": 2,
			"path": "/usr/share/doc/unit-python310/examples/python-app",
			"module": "wsgi"
		}
	},

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