Installiert den NGINX-Webserver aus dem offiziellen nginx.org-Repository.
Standardstandorte
- Webstamm:
/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