blob: 4f1d16c90e8e5e06f1d40297212fa17cdcca6c39 (
plain) (
tree)
|
|
{
"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"
}
}
}
|