diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-05-20 18:55:51 +0000 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-07-03 16:12:36 -0700 |
commit | 0bd18ecd715b3461b848ce31289349de8e765d9c (patch) | |
tree | 7009eb5ae4f66064016edb20516cf66595be2ff7 /pkg/deb/debian.module/unit.example-python3.7-config | |
parent | ff6d504530ad2c126fc264744faa9e62bcc43fb9 (diff) | |
download | unit-0bd18ecd715b3461b848ce31289349de8e765d9c.tar.gz unit-0bd18ecd715b3461b848ce31289349de8e765d9c.tar.bz2 |
Packages: clean up EOL debian-based distributions
Diffstat (limited to '')
-rw-r--r-- | pkg/deb/debian.module/unit.example-python3.7-config | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/deb/debian.module/unit.example-python3.7-config b/pkg/deb/debian.module/unit.example-python3.7-config deleted file mode 100644 index e7b8dbc3..00000000 --- a/pkg/deb/debian.module/unit.example-python3.7-config +++ /dev/null @@ -1,16 +0,0 @@ -{ - "applications": { - "example_python": { - "type": "python 3.7", - "processes": 2, - "path": "/usr/share/doc/unit-python3.7/examples/python-app", - "module": "wsgi" - } - }, - - "listeners": { - "*:8400": { - "pass": "applications/example_python" - } - } -} |