How to build NGINX from the source with modules
I recently encountered an issue with service discovery while using Consul and NGINX. Specifically, I was trying to route traffic to services deployed via Nomad using Consul DNS (service-name.service.consul), but my setup wasn’t working as expected. What was happening? When...