Tag: reverse-proxy

  • Why Caddy

    Every web request that reaches this lab from the internet arrives at a reverse proxy first. That proxy terminates the encrypted connection, works out which internal service the request is for, and forwards it there. It is also responsible for…

    Read on →