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