summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-python2.7-config
blob: 4f1d16c90e8e5e06f1d40297212fa17cdcca6c39 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                   
                                             
                                       






                                                                                    
                                                             


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

	"listeners": {
		"*:8400": {
			"pass": "applications/example_python"
		}
	}
}