When trying to PUT a Java application onto NGINX Unit it throws an error:
root@localhost:~# curl -X PUT -d@start.json '127.0.0.1:8443/config/'
{
"error": "Invalid configuration.",
"detail": "The module to run \"java\" is not found among the available application modules."
}
Using unit version 1.8.0
What could be missing here?