NGINX Reverse Proxy with SSL
A reverse proxy server is a type of proxy server that sits behind the firewall in a private network. It redirects client requests to the appropriate backend server and is fantastic to use for your homelab! Prerequisites A base install of Ubuntu LTS with a static IP address A domain or subdomain pointing to the external IP address (like inepttech.com) Firewall ports 80/443 open […]
Read More