blob: e662a6a9eae2a612e9d69bfcd83a9123d8651d15 (
plain) (
tree)
|
|
{
"applications": {
"example_python": {
"type": "python 3.6",
"user": "nobody",
"workers": 2,
"path": "/usr/share/doc/unit-python36/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"application": "example_python"
}
}
}
|