"installing NGINX on Ubuntu 24.04 (VPS)"
Автор: Vegaahi_IT
Загружено: 2025-11-24
Просмотров: 31
Описание:
Learn how to install and configure NGINX on Ubuntu 24.04 step-by-step! In this video you’ll discover
Step by step process of installing NGNIX
1 Update your server
sudo apt update && sudo apt upgrade -y
2️ Install NGINX
sudo apt install nginx -y
3️ Start NGINX
sudo systemctl start nginx
4️ Enable NGINX to run on boot
sudo systemctl enable nginx
5️ Check service status
sudo systemctl status nginx
You should see active (running).
6️ Allow firewall (if UFW is enabled)
Check if UFW is active:
sudo ufw status
If active, allow NGINX:
sudo ufw allow 'Nginx Full'
Reload UFW:
sudo ufw reload
7️ Verify NGINX
Open the browser and type your server IP:
http://YOUR_SERVER_IP
You should see the NGINX Welcome Page.
Whether you’re deploying a personal website, blog, or application, this tutorial will get NGINX up and running in minutes on your Ubuntu 24.04 server. If you found the video helpful, please like 👍, subscribe 🔔 and leave a comment with any questions!”
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: