Category: Uncategorized

Cloud Jekyll Uncategorized

How to make and host website for free?

Creating a website is easier than ever, and thanks to modern tools and platforms, you can host one for free. GitHub, in particular, allows free hosting for static websites through its GitHub Pages feature. However, understanding the difference between static and dynamic websites is crucial for choosing the right approach. This blog will guide you […]

Cloud Raspberry Pi Uncategorized

Nginx SSL pass through

In most of the configuration we terminate the SSL at the load balancer and use http connection from load balancer to the server when it is in internal network. But in some situation we needed SSL pass through such as if the server is handling the SSL certificates. For example, in my home network, I […]

Back To Top