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