summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-python3.8-config
blob: dc649e30b6a9beb4951d8b208e6d7c05b5c81fb1 (plain) (tree)
1
2
3
4



                                             











                                                                                    
{
	"applications": {
		"example_python": {
			"type": "python 3.8",
			"processes": 2,
			"path": "/usr/share/doc/unit-python3.8/examples/python-app",
			"module": "wsgi"
		}
	},

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