Packages: added Python 3.8 on Ubuntu 18.04, 19.04.

This commit is contained in:
Andrei Belov
2019-11-19 12:43:51 +03:00
parent 0a27f137de
commit bc14605fd6
5 changed files with 79 additions and 0 deletions

View File

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