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