A hands-on system administration project demonstrating how to set up, configure, and manage an Nginx web server on Ubuntu Linux using Windows Subsystem for Linux (WSL).
- OS: Ubuntu Linux (WSL2)
- Web Server: Nginx
- Terminal Commands: apt, systemctl/service, nano
- Languages: HTML5, CSS3
- Update packages and install Nginx:
sudo apt update sudo apt install nginx -y