Instala o servidor web NGINX a partir do repositório oficial nginx.org.
Localizações Padrão
- Raiz da web:
/usr/share/nginx/html - Configuração:
/etc/nginx/nginx.confe/etc/nginx/conf.d - Registros:
/var/log/nginx/
Acesso
Abra seu navegador: http://<server-ip>/
Comandos de Controle do Serviço
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx