Cài đặt máy chủ web NGINX từ kho nginx.org chính thức.
Vị trí mặc định
- Gốc web:
/usr/share/nginx/html - Cấu hình:
/etc/nginx/nginx.confVà/etc/nginx/conf.d - Nhật ký:
/var/log/nginx/
Truy cập
Mở trình duyệt của bạn: http://<server-ip>/
Lệnh kiểm soát dịch vụ
sudo systemctl start nginx sudo systemctl stop nginx sudo systemctl restart nginx sudo systemctl status nginx sudo systemctl reload nginx