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




                                         
                                       










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

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