Packages: added Ubuntu 23.04 "lunar" support.

This commit is contained in:
Konstantin Pavlov
2023-05-03 16:13:36 -07:00
parent 20a5fd44ac
commit 7a77f48a25
6 changed files with 177 additions and 1 deletions

View File

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