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