blob: 7f5e52f11ca7f9b0d6cdb692b383d74c175ce18d (
plain) (
tree)
|
|
{
"applications": {
"example_python": {
"type": "python 3.7",
"user": "nobody",
"processes": 2,
"path": "/usr/share/doc/unit-python37/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"pass": "applications/example_python"
}
}
}
|