Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 232 Bytes

notes.md

File metadata and controls

9 lines (7 loc) · 232 Bytes

GITHUB ACTION TUTORIALS

youtube link

NGINX - Digital Ocean Documentation

  • sudo apt install nginx
  • sudo ufw allow 'nginx HTTP'
  • systemctl status nginx
  • adduser [userName]