NGINX

Ein HTTP-Webserver, Reverse-Proxy, Load Balancer, Content-Cache und Mail-/TCP-/UDP-Proxy.

Installiert den NGINX-Webserver aus dem offiziellen Repository nginx.org.

Standardorte

  • Web-Stammverzeichnis: /usr/share/nginx/html
  • Konfiguration: /etc/nginx/nginx.conf und /etc/nginx/conf.d
  • Protokolle: /var/log/nginx/

Zugang

Öffnen Sie Ihren Browser: http://<server-ip>/

Dienststeuerungsbefehle

sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo systemctl status nginx
sudo systemctl reload nginx

Anwendungsdetails