NGINX

Een HTTP-webserver, reverse proxy, load balancer, contentcache en mail/TCP/UDP-proxy.

Installeert de NGINX-webserver vanuit de officiële nginx.org-repository.

Standaardlocaties

  • Webroot: /usr/share/nginx/html
  • Configuratie: /etc/nginx/nginx.conf en /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

Details van de aanvraag