diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-06-20 18:20:11 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-06-20 18:20:11 +0400 |
commit | 637a2006a6c0da5825dd6b04940e05e2c9feda5d (patch) | |
tree | 6efca6167a19089ed19e278831458f77ffccd9d1 /pkg/deb/debian.module/unit.example-python3.5-config | |
parent | c3e40ae932f0cf9ae33166479049d2d3c9fa1615 (diff) | |
download | unit-637a2006a6c0da5825dd6b04940e05e2c9feda5d.tar.gz unit-637a2006a6c0da5825dd6b04940e05e2c9feda5d.tar.bz2 |
Packages: cleanup targets that are not supported anymore.
Diffstat (limited to '')
-rw-r--r-- | pkg/deb/debian.module/unit.example-python3.5-config | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/deb/debian.module/unit.example-python3.5-config b/pkg/deb/debian.module/unit.example-python3.5-config deleted file mode 100644 index 480327ec..00000000 --- a/pkg/deb/debian.module/unit.example-python3.5-config +++ /dev/null @@ -1,16 +0,0 @@ -{ - "applications": { - "example_python": { - "type": "python 3.5", - "processes": 2, - "path": "/usr/share/doc/unit-python3.5/examples/python-app", - "module": "wsgi" - } - }, - - "listeners": { - "*:8400": { - "pass": "applications/example_python" - } - } -} |