Installerer NGINX-webserver fra det officielle nginx.org-arkiv.
Standardplaceringer
- Webrod:
/usr/share/nginx/html - Konfiguration:
/etc/nginx/nginx.confog/etc/nginx/conf.d - Logs:
/var/log/nginx/
Adgang
Åbn din browser: http://<server-ip>/
Servicekontrolkommandoer
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx