يقوم بتثبيت خادم الويب 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