From 1e41c3e8b970656904285edcd4b981fe21c143fc Mon Sep 17 00:00:00 2001 From: Ankitsingh6299 <45270160+Ankitsingh6299@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:19:39 +0530 Subject: [PATCH] Updated doc Added about NGINX --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 437c9be..c54219e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ docker-nginx ============ +NGINX is a popular lightweight web application that is used for developing server-side applications. It is an open-source web server that is developed to run on a variety of operating systems. Since nginx is a popular web server for development, Docker has ensured that it has support for nginx. A simple Nginx image for Docker to serve static websites. It will serve anything in the directory `/var/www`.