public:learn:reverse-proxy
What is a reverse proxy?
A reverse proxy is a single front door for many web apps. Instead of exposing dozens of ports to the internet, traffic arrives on HTTPS (port 443) and the proxy routes by hostname.
Example: photos.example.com and music.example.com share one public IP. The proxy sends each hostname to the correct internal server.
Why homelabbers use one
- One place to manage TLS certificates (padlock icon)
- Hide internal IPs and ports
- Add access rules, rate limits, or SSO in one layer
Not the same as: a VPN, or a corporate forward proxy (which filters outbound web traffic from users).
public/learn/reverse-proxy.txt · Last modified: by 127.0.0.1
