diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-11-21 18:32:28 -0800 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-12-12 19:13:30 -0800 |
commit | 19f403f5d015058399511af0fe3533899bbe506c (patch) | |
tree | bbdea448486aaec47e78bb06c1bd11509dab3dff /pkg/rpm/rpmbuild/SOURCES/unit.example-jsc21-config | |
parent | 655ca61b2b944396ff4b7ca174aa79a7b55db8bc (diff) | |
download | unit-19f403f5d015058399511af0fe3533899bbe506c.tar.gz unit-19f403f5d015058399511af0fe3533899bbe506c.tar.bz2 |
Packages: add Fedora 41 support
While at it, removed support for Fedora 39 as it's EOL.
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-jsc21-config')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-jsc21-config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc21-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc21-config new file mode 100644 index 00000000..a20cff8f --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/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" + } + } +} |