I want to set up Beego on an Ubuntu server (without Nginx), but I cannot visit the site and having connection out time errors.
Can anyone check my steps if there is any mistake?
Here are my steps:
I have used
bee pack
to pack my code.Then, use FileZilla to upload the package.
After that, run
tar -xvf beego_project.tar.gz
to unpack.Run the project with
nohup ./beego_project
The code is running correctly on localhost but why can't on remote server?