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