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

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