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