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


                                   
                                             
                                         
                                       










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

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