Installiert den NGINX-Webserver aus dem offiziellen Repository nginx.org.
Standardorte
- Web-Stammverzeichnis:
/usr/share/nginx/html - Konfiguration:
/etc/nginx/nginx.confund/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