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-jsc13-config | |
parent | c3e40ae932f0cf9ae33166479049d2d3c9fa1615 (diff) | |
download | unit-637a2006a6c0da5825dd6b04940e05e2c9feda5d.tar.gz unit-637a2006a6c0da5825dd6b04940e05e2c9feda5d.tar.bz2 |
Packages: cleanup targets that are not supported anymore.
Diffstat (limited to 'pkg/deb/debian.module/unit.example-jsc13-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-jsc13-config | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pkg/deb/debian.module/unit.example-jsc13-config b/pkg/deb/debian.module/unit.example-jsc13-config deleted file mode 100644 index ac0b1db6..00000000 --- a/pkg/deb/debian.module/unit.example-jsc13-config +++ /dev/null @@ -1,15 +0,0 @@ -{ - "applications": { - "example_java13": { - "processes": 1, - "type": "java 13", - "webapp": "/usr/share/doc/unit-jsc13/examples/jsc-app" - } - }, - - "listeners": { - "*:8800": { - "pass": "applications/example_java13" - } - } -} |