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 uw browser: http://<server-ip>/
Servicebesturingscommando's
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx