Instala el servidor web NGINX desde el repositorio oficial nginx.org.
Ubicaciones predeterminadas
- Raíz web:
/usr/share/nginx/html - Configuración:
/etc/nginx/nginx.confy/etc/nginx/conf.d - Registros:
/var/log/nginx/
Acceso
Abre tu navegador: http://<server-ip>/
Comandos de control de servicio
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx