From 7a77f48a25f4f719c51ed83dac9bf5dd844ba3f3 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Wed, 3 May 2023 16:13:36 -0700 Subject: Packages: added Ubuntu 23.04 "lunar" support. --- pkg/deb/debian.module/unit.example-jsc20-config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pkg/deb/debian.module/unit.example-jsc20-config (limited to 'pkg/deb/debian.module/unit.example-jsc20-config') diff --git a/pkg/deb/debian.module/unit.example-jsc20-config b/pkg/deb/debian.module/unit.example-jsc20-config new file mode 100644 index 00000000..57865a45 --- /dev/null +++ b/pkg/deb/debian.module/unit.example-jsc20-config @@ -0,0 +1,15 @@ +{ + "applications": { + "example_java20": { + "processes": 1, + "type": "java 20", + "webapp": "/usr/share/doc/unit-jsc20/examples/jsc-app" + } + }, + + "listeners": { + "*:8800": { + "pass": "applications/example_java20" + } + } +} -- cgit