summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-python2.7-config
blob: cca46ed0e5ae217baefe1324dd27220774bfcd54 (plain) (tree)
1
2
3
4


                                   
                                             












                                                                                    
{
	"applications": {
		"example_python": {
			"type": "python 2.7",
			"user": "nobody",
			"workers": 2,
			"path": "/usr/share/doc/unit-python2.7/examples/python-app",
			"module": "wsgi"
		}
	},

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