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


                                   
                                             
                                         
                                       










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

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