Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 310 Bytes

Nginx

Usefull commands

  • Configure Nginx: sudo vi /etc/nginx/nginx.conf.
  • Start Nginx: sudo service nginx start.
  • Restart Nginx to apply the configuration changes: sudo service nginx restart.
  • Check Nginx status: sudo systemctl status nginx.
  • Test Nginx configuration file: sudo nginx -t.