diff options
author | Andrei Belov <defan@nginx.com> | 2021-01-26 13:06:30 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2021-01-26 13:06:30 +0300 |
commit | e4f7d1a29c59985f291876e2e76852007c2a390a (patch) | |
tree | 42944790a0f92008a3a6f652b57f3bb09d21162b /pkg/rpm/rpmbuild/SOURCES | |
parent | 9b76505bf7fe7954ebd66e23fc29dab2e6b02e47 (diff) | |
download | unit-e4f7d1a29c59985f291876e2e76852007c2a390a.tar.gz unit-e4f7d1a29c59985f291876e2e76852007c2a390a.tar.bz2 |
Packages: added Fedora 33 support.
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-python39-config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python39-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python39-config new file mode 100644 index 00000000..61ed8568 --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python39-config @@ -0,0 +1,16 @@ +{ + "applications": { + "example_python": { + "type": "python 3.9", + "processes": 2, + "path": "/usr/share/doc/unit-python39/examples/python-app", + "module": "wsgi" + } + }, + + "listeners": { + "*:8400": { + "pass": "applications/example_python" + } + } +} |