summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2024-05-20 12:52:02 -0700
committerKonstantin Pavlov <pavlov.konstantin@gmail.com>2024-07-03 16:12:36 -0700
commit804a12fed0f1c534412f687f89e101b5cb5b97c8 (patch)
tree3ca692b9dd086f3d0072908a1389600f1ce49f25 /pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config
parent6c04c7dc98a5179d24dec1f933b93fc6fd5b59df (diff)
downloadunit-804a12fed0f1c534412f687f89e101b5cb5b97c8.tar.gz
unit-804a12fed0f1c534412f687f89e101b5cb5b97c8.tar.bz2
Packages: remove support for EOL Fedora versions (35-38)
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config
deleted file mode 100644
index 8a73ca53..00000000
--- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python310-config
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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"
- }
- }
-}