I’m looking for a Fly optimized nginx Reverse proxy set up. I know I can just use a Ubuntu+Nginx docker image, or even just build one myself, but I’m looking for any best practices or tips on how best to configure Fly as a caching reverse proxy for my project.
I’m using flyctl in production already and am familiar with all it provides. We’re using the Fly Certificates for SSL generation as well, so no need to generate SSL inside the image.
Side topic: Any recommendation on using Caddy as a Caching Reverse Proxy instead of Nginx?
Thank you, that did the trick, super cool tool! For some reason the nginx pass approach couldn’t keep up with the traffic (requests were failing on and off) but replay worked quite well. Maybe something to do with a concurrency setting that needed changing.