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


                                   
                                             
                                         
                                       










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

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