DEV Community

Cover image for Devops Real Time Project (Nginx Web server hosting content)
devops methodology
devops methodology

Posted on

Devops Real Time Project (Nginx Web server hosting content)

A huge thanks to Aditya Jaiswal for providing such informative content to the community—your contributions are truly above and beyond!

In this project we are going to serve a static content through nginx web server ,here we have to know:
what is a web server?
It stores or serves content to the client over the internet.
content type:
static content: IN this content mainly stores in webserver(i.e. in webserver storage)-may be html pages, images, videos etc..(not changing frequently)
Dynamic content: We can't easily stores the content in web pages we need separate database as it frequent changes accord to the requirement(we have to deployment the aplication for that).
Lets jump up to nginx (engine-x) web server: it is a web server but being a webserver it can perform tasks like :
1/webserver
2/Load balancer
3/Http cache
4/api gateway
5/reverse proxy server

DevOps #RealTimeProject #Nginx #WebServer #DevOpsShack #AdityaJaiswal #Cloud #Automation #Infrastructure #CI/CD

Image description

Image description

Image description

Image description

Image description

Image description

here are some hand written notes with screenshot which will deliver a smooth experience.
how I did this project..

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Top comments (0)