Packages: cleanup targets that are not supported anymore.
This commit is contained in:
@@ -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.
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user