diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2022-11-16 17:05:57 +0400 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2022-11-16 17:05:57 +0400 |
commit | 6afc5241165bedee42d5aede1d3ae0d5a9847bdb (patch) | |
tree | a9a87b1f93ace7725e03173b9812413618ddb7db /pkg/deb/debian.module/unit.example-jsc19-config | |
parent | 0feab91c5ba1bfd3e1e71cadb4cb0687bae846cd (diff) | |
download | unit-6afc5241165bedee42d5aede1d3ae0d5a9847bdb.tar.gz unit-6afc5241165bedee42d5aede1d3ae0d5a9847bdb.tar.bz2 |
Packages: added Ubuntu 22.10 "kinetic" support.
Diffstat (limited to '')
-rw-r--r-- | pkg/deb/debian.module/unit.example-jsc19-config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/deb/debian.module/unit.example-jsc19-config b/pkg/deb/debian.module/unit.example-jsc19-config new file mode 100644 index 00000000..106b694b --- /dev/null +++ b/pkg/deb/debian.module/unit.example-jsc19-config @@ -0,0 +1,15 @@ +{ + "applications": { + "example_java19": { + "processes": 1, + "type": "java 19", + "webapp": "/usr/share/doc/unit-jsc19/examples/jsc-app" + } + }, + + "listeners": { + "*:8800": { + "pass": "applications/example_java19" + } + } +} |