Files
nginx-unit/pkg/rpm/rpmbuild/SOURCES/unit.example-jsc11-config

16 lines
225 B
Plaintext

{
"applications": {
"example_java11": {
"processes": 1,
"type": "java 11",
"webapp": "/usr/share/doc/unit-jsc11/examples/jsc-app"
}
},
"listeners": {
"*:8800": {
"application": "example_java11"
}
}
}