How could I install an app using NodeJS and ProPack?

remics

Verified User
Joined
Aug 6, 2019
Messages
60

I can't find any tutorials that teach how to set up a NodeJS application using ProPack!
 
I'm struggling with this also. I've got an error 503 service unavailable and no log is telling me anything.
 
I wish I can help but I have no Pro Pack yet to test this feature. So, since the Pro Pack feature is included with the support license you should open a ticket about this. Most Pro Pack features are new so the usage might have not been written in public yet.
 
I'm struggling with this also. I've got an error 503 service unavailable and no log is telling me anything.
Hello

Could you check the output of:
Bash:
curl --unix-socket /var/run/unit/control.sock t/

If it appears empty, then running this might help.
Bash:
echo "action=rewrite&value=nginx_unit" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq
 
Also

if dataskq rewrite does not work, also check if /etc/pure-ftpd.pem is valid. On some installations, it may have an invalid chain consisting of a self-signed localhost certificate and a mix CA intermediate and root certificates
Bash:
# grep -- '--BEGIN C' /etc/pure-ftpd.pem|wc
      9      18     252
 
Back
Top