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