Packages: cleanup targets that are not supported anymore.
This commit is contained in:
@@ -1,32 +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
|
||||
|
||||
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,16 +0,0 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_python": {
|
||||
"type": "python 3.5",
|
||||
"processes": 2,
|
||||
"path": "/usr/share/doc/unit-python35/examples/python-app",
|
||||
"module": "wsgi"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8400": {
|
||||
"pass": "applications/example_python"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_python": {
|
||||
"type": "python 3.8",
|
||||
"processes": 2,
|
||||
"path": "/usr/share/doc/unit-python38/examples/python-app",
|
||||
"module": "wsgi"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8400": {
|
||||
"pass": "applications/example_python"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user