Entendido
sudo apt search nginx
sudo apt search "nginx$"
sudo apt update && sudo apt install nginx
sudo systemctl status apache2
sudo systemctl status nginx
netstat -tulpn
sudo systemctl stop apache2
sudo systemctl status apache2
netstat -tulpn
cd /etc/nginx
ls
vi ngnix.conf
cd sites-available
ls
vi default
cd /var/www/html
curl localhost
curl -I localhost
cd /etx/nginx/sites-enabled/
ll
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?
o inicia sesión.