Packages: added Fedora 37 support.

This commit is contained in:
Konstantin Pavlov
2022-11-16 17:06:42 +04:00
parent 09ac678943
commit 0feab91c5b
3 changed files with 85 additions and 1 deletions

View File

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