NGINX web sunucusunu resmi nginx.org deposundan yükler.
Varsayılan Konumlar
- Web kökü:
/usr/share/nginx/html - Yapılandırma:
/etc/nginx/nginx.confVe/etc/nginx/conf.d - Günlükler:
/var/log/nginx/
Erişim
Tarayıcını aç: http://<server-ip>/
Servis Kontrol Komutları
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx