Packages: added Ubuntu 21.10 "impish" support.

This commit is contained in:
Andrei Belov
2021-10-21 13:23:25 +03:00
parent 314ca5c8c9
commit 0900edb10d
7 changed files with 193 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
{
"applications": {
"example_python": {
"type": "python 3.10",
"processes": 2,
"path": "/usr/share/doc/unit-python3.10/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"pass": "applications/example_python"
}
}
}