Installeert de NGINX webserver vanuit de officiële nginx.org repository.
Standaardlocaties
- Webroot:
/usr/share/nginx/html - Configuratie:
/etc/nginx/nginx.confen/etc/nginx/conf.d - Logboeken:
/var/log/nginx/
Toegang
Open je browser: http://<server-ip>/
Servicebeheeropdrachten
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx