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