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