يثبّت خادم الويب NGINX من المستودع الرسمي nginx.org.
المسارات الافتراضية
- جذر الويب:
/usr/share/nginx/html - الإعداد:
/etc/nginx/nginx.confو/etc/nginx/conf.d - السجلات:
/var/log/nginx/
الوصول
افتح المتصفح: http://<server-ip>/
أوامر التحكم في الخدمة
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx