From 637a2006a6c0da5825dd6b04940e05e2c9feda5d Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Mon, 20 Jun 2022 18:20:11 +0400 Subject: Packages: cleanup targets that are not supported anymore. --- pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config') diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config deleted file mode 100644 index f9923a49..00000000 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config +++ /dev/null @@ -1,16 +0,0 @@ -{ - "applications": { - "example_python": { - "type": "python 3.5", - "processes": 2, - "path": "/usr/share/doc/unit-python35/examples/python-app", - "module": "wsgi" - } - }, - - "listeners": { - "*:8400": { - "pass": "applications/example_python" - } - } -} -- cgit