I see so many posts and people who run NGINX as their reverse proxy. Why though? There’s HAProxy and Apache, with Caddy being a simpler option.

If you’re starting from scratch, why did you pick/are you picking NGINX over the others?

  • Encrypt-Keeper
    link
    English
    11 month ago

    Caddy is so simple you don’t really need configuration examples. The extra configuration many docker services have you configure in Nginx are already done by default with Caddy. Though I have seen Caddy config examples around sometimes.

    If all you’re using it for is reverse proxying, you don’t need config examples for Nginx or Caddy, just understand how to configure them.