I am currently considering an implementation to load balance between two specified backend servers using Nginx. I understand that this is possible depending on the configuration of the upstream directive, but it hasn't been working as expected, so I would appreciate any advice or tips. I want to dynamically specify the FQDN of the server in the upstream directive as an argument for proxy_set_heby shoyadayoon - How to...