summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-jsc14-config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/deb/debian.module/unit.example-jsc14-config')
-rw-r--r--pkg/deb/debian.module/unit.example-jsc14-config15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkg/deb/debian.module/unit.example-jsc14-config b/pkg/deb/debian.module/unit.example-jsc14-config
deleted file mode 100644
index 76109835..00000000
--- a/pkg/deb/debian.module/unit.example-jsc14-config
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "applications": {
- "example_java14": {
- "processes": 1,
- "type": "java 14",
- "webapp": "/usr/share/doc/unit-jsc14/examples/jsc-app"
- }
- },
-
- "listeners": {
- "*:8800": {
- "pass": "applications/example_java14"
- }
- }
-}