From 19f403f5d015058399511af0fe3533899bbe506c Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Thu, 21 Nov 2024 18:32:28 -0800 Subject: Packages: add Fedora 41 support While at it, removed support for Fedora 39 as it's EOL. --- pkg/rpm/rpmbuild/SOURCES/unit.example-python313-config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg/rpm/rpmbuild/SOURCES/unit.example-python313-config (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python313-config') diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python313-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python313-config new file mode 100644 index 00000000..c9d545cc --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python313-config @@ -0,0 +1,16 @@ +{ + "applications": { + "example_python": { + "type": "python 3.13", + "processes": 2, + "path": "/usr/share/doc/unit-python313/examples/python-app", + "module": "wsgi" + } + }, + + "listeners": { + "*:8400": { + "pass": "applications/example_python" + } + } +} -- cgit