© 2023 Hashnode
#nginx
In this project, we will be deploying an HTML webpage using Ansible with the help of Nginx. Ansible is a powerful automation tool that allows us to manage and configure infrastructure efficiently, whi…
Introduction: In today's digital landscape, ensuring seamless and secure communication between clients and servers is crucial for delivering reliable online services. Proxy, reverse proxy, and load ba…
29th July 2021 Step 1. Server configuration. Install any linux based distribution(Ubuntu, manjaro ...etc). Update and upgrade your software repositories. // on any debian based distribution sudo ap…
Nginx (pronounced "engine x") is a popular open-source web server that is widely used to handle high-traffic websites. It was developed in 2004 by Igor Sysoev and has since become one of the most popular web servers in the world. Before und…
Abstract For Kubernetes cluster, we have many observability and monitoring tools which are built-in with separated dashboard/console UIs with login-authentication. We don't want to create many domain…
In the wild world of web development, every superhero needs a sidekick. Enter Nginx and Gunicorn, the dynamic duo that brings out the best in Flask, Django, and FastAPI app hosting. Like Batman and Ro…
Hello Geeks, I created various MERN stack projects over my career. Yet, I'm interested in learning how to host my software on a live server. How can consumers of my product utilize it? And to find the…
I have been curious about reverse proxies lately. So I started researching and writing about it, to learn more about this topic. There are many open-source reverse proxies available. In this article, …
Reverse Proxy A reverse proxy is a server that sits between clients and servers. It receives requests from clients and forwards them to the appropriate server. This can be used to improve performance,…
What is Grafana? Grafana is an open-source data visualization and monitoring tool used to analyze and display metrics from various data sources. It provides a web-based interface that allows users to create interactive dashboards and visual…