Packages: added Python 3.8 and Python 3.9 modules on RHEL 8 clones.
Refs: https://github.com/nginx/unit/issues/778
This commit is contained in:
16
pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config
Normal file
16
pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_python": {
|
||||
"type": "python 3.8",
|
||||
"processes": 2,
|
||||
"path": "/usr/share/doc/unit-python38/examples/python-app",
|
||||
"module": "wsgi"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8400": {
|
||||
"pass": "applications/example_python"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user