networking

A 1-post collection

Setting up a reverse proxy server using Nginx

By MihajloPi |  Jun 11, 2024  | linux, networking, nginx, reverseproxy
Introduction Do you have two or more web servers in your home network and you wish to expose them to the network? Reverse proxy is all you need! It solves the problem of handling requests for different servers going to one public IP of your network. Nginx (read as “engine X”) is a popular open source web server used to serve web pages (static or dynamic) over HTTP/HTTPS and handle SSL/TLS encryption, but can be used additionally for reverse proxying and load balancing.
Continue Reading...