Installerer NGINX webserver fra det officielle nginx.org-repository.
Standard placeringer
- Webrod:
/usr/share/nginx/html - Konfiguration:
/etc/nginx/nginx.confog/etc/nginx/conf.d - Logfiler:
/var/log/nginx/
Adgang
Åbn din browser: http://<server-ip>/
Kommandoer til servicestyring
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx