Packages: Added Fedora 39 support.

This commit is contained in:
Konstantin Pavlov
2023-11-17 16:29:18 -08:00
committed by Konstantin Pavlov
parent ca1bc0625a
commit bad2c181e1
5 changed files with 101 additions and 2 deletions

View File

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