blob: 2be6de4a40a722d8e86a7f964b537bf36ad28815 (
plain) (
tree)
|
|
{
"applications": {
"example_python": {
"type": "python 3.5",
"user": "nobody",
"processes": 2,
"path": "/usr/share/doc/unit-python3.5/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"pass": "applications/example_python"
}
}
}
|