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