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