summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-jsc21-config
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-10-17 16:22:44 -0700
committerKonstantin Pavlov <pavlov.konstantin@gmail.com>2024-02-09 14:31:36 -0800
commit3a2687bb714226ab13111cac2149afc660fa70e7 (patch)
treef75f4ee903ea26127317c434936be8bf2e7d239e /pkg/deb/debian.module/unit.example-jsc21-config
parent9e986704480de0d6b74dafa5ebcf775eaa88333a (diff)
downloadunit-3a2687bb714226ab13111cac2149afc660fa70e7.tar.gz
unit-3a2687bb714226ab13111cac2149afc660fa70e7.tar.bz2
Packages: added Ubuntu 23.10 "mantic" support.
Diffstat (limited to '')
-rw-r--r--pkg/deb/debian.module/unit.example-jsc21-config15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/deb/debian.module/unit.example-jsc21-config b/pkg/deb/debian.module/unit.example-jsc21-config
new file mode 100644
index 00000000..a20cff8f
--- /dev/null
+++ b/pkg/deb/debian.module/unit.example-jsc21-config
@@ -0,0 +1,15 @@
+{
+ "applications": {
+ "example_java21": {
+ "processes": 1,
+ "type": "java 21",
+ "webapp": "/usr/share/doc/unit-jsc21/examples/jsc-app"
+ }
+ },
+
+ "listeners": {
+ "*:8800": {
+ "pass": "applications/example_java21"
+ }
+ }
+}