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