blob: bede8899875ce129098ae16a05494085239bfcce (
plain) (
tree)
|
|
{
"applications": {
"example_python": {
"type": "python 2.7",
"user": "nobody",
"processes": 2,
"path": "/usr/share/doc/unit-python2.7/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"pass": "applications/example_python"
}
}
}
|