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