Instala o servidor web NGINX do repositório oficial nginx.org.
Locais 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 o seu browser: http://<server-ip>/
Comandos de controle de serviço
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx