This project demonstrates how to deploy a simple website on an Ubuntu Linux server using Nginx.
The website was hosted inside an Ubuntu virtual machine running on VMware Workstation and made accessible from multiple devices over the local network.
- Ubuntu Linux
- Nginx
- HTML
- VMware Workstation
- Linux command-line navigation
- File system management
- Package installation with APT
- Nginx installation and configuration
- HTML fundamentals
- Virtual machine networking
- Local network web hosting
linux-web-server/
├── index.html
└── README.md
- Install Nginx
sudo apt install nginx- Copy
index.htmlto:
/var/www/html
- Start Nginx:
sudo systemctl start nginx- Visit:
http://localhost
or
http://<server-ip>
Ahmed
Cloud Engineering Learning Journey