Installa il server web NGINX dal repository ufficiale nginx.org.
Posizioni predefinite
- Radice web:
/usr/share/nginx/html - Configurazione:
/etc/nginx/nginx.confe/etc/nginx/conf.d - Registri:
/var/log/nginx/
Accesso
Apri il browser: http://<server-ip>/
Comandi di controllo del servizio
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx