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