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