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:
Konstantin Pavlov
2022-11-04 13:55:16 +04:00
parent ebf02266a2
commit 11f416878a
3 changed files with 71 additions and 0 deletions

View 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"
}
}
}