midnyt
January 31, 2023, 1:52pm
1
Hello everyone,
I am new to CyberPanel, and wanted to deploy my nodejs app. So is there any step by step guide, tutorial or doc that i can reference to
thank you.
Welcome and Happy New Year @midnyt
Look through this
[express js cyberpanel 1]
Express.js is a web application framework for Node.js. We’ve written quite a few articles on running multiple Node.js based applications in past because OpenLiteSpeed recently had native support to run Node.js based applications without doing any reverse proxy, this gives a great performance improvment.
Today we will specifically see that how we can run Express.js Application on CyberPanel using the feature provided to us by OpenLiteSpeed.
Related Read: HOW TO INST…
After following this tutorial i get this error:
**Request Timeout**
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
Server logs:
[LocalWorker::workerExec] Config[Node:spadomain.com:/]: suExec uid 65534 gid 65534 cmd /usr/bin/node /usr/local/lsws/fcgi-bin/lsnode.js, final uid 65534 gid 65534, flags: 0.
#spadomain.com ] Connection idle time too long: 301 while …
Step 1: Install CyberPanel and Create Website
You first need to install CyberPanel and create your website . Skip this step if you have already done so. You can also issue SSL for this website.
I will be using svelte.mydomain.com as my example for this so change this to whatever your website domain is.
Step 2: Install Node.js via Command Line
Next step is to install Node.js via command line
$ cd ~
$ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&\
Refer to the NodeSo…
1 Like
system
Closed
May 11, 2023, 4:39am
4
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.