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