Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Linux Web Server

Overview

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.

Technologies

  • Ubuntu Linux
  • Nginx
  • HTML
  • VMware Workstation

Skills Demonstrated

  • Linux command-line navigation
  • File system management
  • Package installation with APT
  • Nginx installation and configuration
  • HTML fundamentals
  • Virtual machine networking
  • Local network web hosting

Project Structure

linux-web-server/
├── index.html
└── README.md

How to Run

  1. Install Nginx
sudo apt install nginx
  1. Copy index.html to:
/var/www/html
  1. Start Nginx:
sudo systemctl start nginx
  1. Visit:
http://localhost

or

http://<server-ip>

Author

Ahmed

Cloud Engineering Learning Journey

About

My first Linux web server built with Ubuntu and Nginx.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages