/Simple-Nginx-Webapp

Sample Web Application on Nginx server

Primary LanguageCSSMIT LicenseMIT

Sample Nginx WebApp

Docker based Simple Web Application on Nginx server

For Education Use only

Setting up the testing Environment

Prequistics: Installing docker and docker-compose on your system

For debain based distros ex. Ubuntu, Kali Linux etc. use the following commands

apt install docker.io
apt install docker-compose

For Windows,mac and other distros please refer the following guides:

Spinning the Image:

  • Clone or download the repository
  • run docker-compose up -d
  • Your website should be up & running on http://localhost:8000/

homepage