Packages: added Fedora 32 support.

This commit is contained in:
Andrei Belov
2020-06-16 15:02:29 +03:00
parent 5fa3108e63
commit 22c917bead
3 changed files with 79 additions and 1 deletions

View File

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