Packages: added support for Fedora 35.

This commit is contained in:
Andrei Belov
2021-11-12 16:45:29 +03:00
parent aed1c55a06
commit 28eaf9d378
3 changed files with 76 additions and 1 deletions

View File

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