Comment on Which reverse proxy do you use/recommend?

<- View Parent
sxan@midwest.social ⁨2⁩ ⁨weeks⁩ ago

I mean, the basic config file for Caddy is 1 line, and gives you Let’s Encrypt by default. The entire config file for a reverse proxy can be as few as 3 lines:

my.servername.net {
   reverse_proxy 127.0.0.1:1234
}

It’s a single executable, and a single 3-line file. Caddy is an incredible piece of software.

source
Sort:hotnewtop