Packages: added Ubuntu 23.04 "lunar" support.
This commit is contained in:
16
pkg/deb/debian.module/unit.example-python3.11-config
Normal file
16
pkg/deb/debian.module/unit.example-python3.11-config
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user