Advertisement
minafaw3

scripts nginx

Jul 22nd, 2022 (edited)
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. pm2 start index.js --name "sm"
  2. pm2 start "npm run web" --name "sm-react"
  3. pm2 start "npm run start" --name "sm-landing"
  4. pm2 start "npm run start" --name "sm-dash"
  5.  
  6. sudo service nginx restart
  7.  
  8.  
  9. sudo yum install epel-release
  10. sudo yum install nginx
  11. sudo systemctl -l enable nginx
  12. sudo systemctl -l start nginx
  13.  
  14. nginx configuration
  15. sudo vim /etc/nginx/nginx.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement