Packages: added Ubuntu 20.10 "groovy" support.
This commit is contained in:
15
pkg/deb/debian.module/unit.example-jsc14-config
Normal file
15
pkg/deb/debian.module/unit.example-jsc14-config
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_java14": {
|
||||
"processes": 1,
|
||||
"type": "java 14",
|
||||
"webapp": "/usr/share/doc/unit-jsc14/examples/jsc-app"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8800": {
|
||||
"pass": "applications/example_java14"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user