Yesterday, I mentioned that I’m now using Caddy running in a container on VyOS for HTTP load balancing this site. A few months ago, I did a bunch of benchmarking on Caddy performance, and was able to push about 20k QPS of HTTPS traffic through this site through HAProxy running on a slightly different iteration of my router. That was with HTTPS being decoded on the web servers, while the current config does HTTPS on the load balancer. So this isn’t really an apples-to-apples comparison, bu...