Unidad 10: Recursos

Nginx y SSL

Author

Diego Saavedra

Published

Feb 2, 2026

Unidad 10: Recursos

Comandos clave (cheatsheet)

  • Servicio: systemctl status nginx, systemctl reload nginx, systemctl restart nginx
  • Config: nginx -t
  • Logs: tail -f /var/log/nginx/error.log, tail -f /var/log/nginx/access.log
  • SSL: certbot --nginx -d dominio, certbot renew --dry-run

Referencias

Code Appendix