NGINX

En HTTP-webserver, reverse proxy, load balancer, indholdscache og mail/TCP/UDP-proxy.

Installerer NGINX-webserver fra det officielle nginx.org-arkiv.

Standardplaceringer

  • Webrod: /usr/share/nginx/html
  • Konfiguration: /etc/nginx/nginx.conf og /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

Ansøgningsoplysninger