summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/deb/debian.module')
-rw-r--r--pkg/deb/debian.module/copyright.unit-jsc1033
-rw-r--r--pkg/deb/debian.module/unit.example-jsc10-config15
-rw-r--r--pkg/deb/debian.module/unit.example-jsc13-config15
-rw-r--r--pkg/deb/debian.module/unit.example-jsc14-config15
-rw-r--r--pkg/deb/debian.module/unit.example-jsc15-config15
-rw-r--r--pkg/deb/debian.module/unit.example-jsc9-config15
-rw-r--r--pkg/deb/debian.module/unit.example-python-config16
-rw-r--r--pkg/deb/debian.module/unit.example-python3.4-config16
-rw-r--r--pkg/deb/debian.module/unit.example-python3.5-config16
9 files changed, 0 insertions, 156 deletions
diff --git a/pkg/deb/debian.module/copyright.unit-jsc10 b/pkg/deb/debian.module/copyright.unit-jsc10
deleted file mode 100644
index 42dbd3b9..00000000
--- a/pkg/deb/debian.module/copyright.unit-jsc10
+++ /dev/null
@@ -1,33 +0,0 @@
-
- NGINX Unit.
-
- Copyright 2017-2022 NGINX, Inc.
- Copyright 2017-2022 Valentin V. Bartenev
- Copyright 2017-2022 Max Romanov
- Copyright 2017-2022 Andrei Zeliankou
- Copyright 2018-2022 Konstantin Pavlov
- Copyright 2021-2022 Zhidao Hong
- Copyright 2021-2022 Oisín Canty
- Copyright 2017-2021 Igor Sysoev
- Copyright 2017-2021 Andrei Belov
- Copyright 2019-2021 Tiago Natel de Moura
- Copyright 2019-2020 Axel Duch
- Copyright 2018-2019 Alexander Borisov
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
- /usr/share/common-licenses/Apache-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- The unit-jsc10 package provides Java servlet container module
- for NGINX Unit.
-
- Java is a registered trademark of Oracle and/or its affiliates.
diff --git a/pkg/deb/debian.module/unit.example-jsc10-config b/pkg/deb/debian.module/unit.example-jsc10-config
deleted file mode 100644
index 969491e5..00000000
--- a/pkg/deb/debian.module/unit.example-jsc10-config
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "applications": {
- "example_java10": {
- "processes": 1,
- "type": "java 10",
- "webapp": "/usr/share/doc/unit-jsc10/examples/jsc-app"
- }
- },
-
- "listeners": {
- "*:8800": {
- "pass": "applications/example_java10"
- }
- }
-}
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"
- }
- }
-}
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"
- }
- }
-}
diff --git a/pkg/deb/debian.module/unit.example-jsc15-config b/pkg/deb/debian.module/unit.example-jsc15-config
deleted file mode 100644
index 9f9aec15..00000000
--- a/pkg/deb/debian.module/unit.example-jsc15-config
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "applications": {
- "example_java15": {
- "processes": 1,
- "type": "java 15",
- "webapp": "/usr/share/doc/unit-jsc15/examples/jsc-app"
- }
- },
-
- "listeners": {
- "*:8800": {
- "pass": "applications/example_java15"
- }
- }
-}
diff --git a/pkg/deb/debian.module/unit.example-jsc9-config b/pkg/deb/debian.module/unit.example-jsc9-config
deleted file mode 100644
index a8faa268..00000000
--- a/pkg/deb/debian.module/unit.example-jsc9-config
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "applications": {
- "example_java9": {
- "processes": 1,
- "type": "java 9",
- "webapp": "/usr/share/doc/unit-jsc9/examples/jsc-app"
- }
- },
-
- "listeners": {
- "*:8800": {
- "pass": "applications/example_java9"
- }
- }
-}
diff --git a/pkg/deb/debian.module/unit.example-python-config b/pkg/deb/debian.module/unit.example-python-config
deleted file mode 100644
index b3d3a2e5..00000000
--- a/pkg/deb/debian.module/unit.example-python-config
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "applications": {
- "example_python": {
- "type": "python",
- "processes": 2,
- "path": "/usr/share/doc/unit-python/examples/python-app",
- "module": "wsgi"
- }
- },
-
- "listeners": {
- "*:8400": {
- "pass": "applications/example_python"
- }
- }
-}
diff --git a/pkg/deb/debian.module/unit.example-python3.4-config b/pkg/deb/debian.module/unit.example-python3.4-config
deleted file mode 100644
index e6d90acf..00000000
--- a/pkg/deb/debian.module/unit.example-python3.4-config
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "applications": {
- "example_python": {
- "type": "python 3.4",
- "processes": 2,
- "path": "/usr/share/doc/unit-python3.4/examples/python-app",
- "module": "wsgi"
- }
- },
-
- "listeners": {
- "*:8400": {
- "pass": "applications/example_python"
- }
- }
-}
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"
- }
- }
-}