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