xxxxxxxxxx
"build": "npx esbuild ./src/index.ts --bundle --platform=node --outfile=dist/index.js",
xxxxxxxxxx
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo service nginx start
sudo service nginx stop
sudo service nginx restart
xxxxxxxxxx
sudo apt update
sudo apt install nginx -y
sudo systemctl status nginx
sudo systemctl enable nginx
sudo ufw allow 'Nginx Full'
sudo ufw status
curl -I http://localhost