From 28eaf9d37842a5d79d8081cc14fbf4cc7e7d49a5 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Fri, 12 Nov 2021 16:45:29 +0300 Subject: Packages: added support for Fedora 35. --- pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config (limited to 'pkg/rpm/rpmbuild/SOURCES') diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config new file mode 100644 index 00000000..8a73ca53 --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config @@ -0,0 +1,16 @@ +{ + "applications": { + "example_python": { + "type": "python 3.10", + "processes": 2, + "path": "/usr/share/doc/unit-python310/examples/python-app", + "module": "wsgi" + } + }, + + "listeners": { + "*:8400": { + "pass": "applications/example_python" + } + } +} -- cgit