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