From 22c917bead38df560bb112006d0b4a28aa8919d3 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Tue, 16 Jun 2020 15:02:29 +0300 Subject: Packages: added Fedora 32 support. --- pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config') diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config new file mode 100644 index 00000000..25003869 --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config @@ -0,0 +1,17 @@ +{ + "applications": { + "example_python": { + "type": "python 3.8", + "user": "nobody", + "processes": 2, + "path": "/usr/share/doc/unit-python38/examples/python-app", + "module": "wsgi" + } + }, + + "listeners": { + "*:8400": { + "pass": "applications/example_python" + } + } +} -- cgit