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