Packages: Fedora >= 29 have python 3.7.

Closes #211.
This commit is contained in:
Remi Collet
2019-01-24 13:03:25 +03:00
parent 2bc8fb7b43
commit b1649bce9e
3 changed files with 78 additions and 0 deletions

View File

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