Thank you @mrceylan . For awesome article on medium. https://github.com/mrceylan/DockerNginxLoadBalancer/blob/e18fbf58b5f7fb2b78a4a1768da9a080d3766eed/nginx/nginx.conf#L22 This line you can use ```bash # proxy_pass http://api_servers; proxy_pass http://api:3003; ``` I tries it on your you code. It works fine for me. Thank you.
Thank you @mrceylan . For awesome article on medium.
DockerNginxLoadBalancer/nginx/nginx.conf
Line 22 in e18fbf5
This line you can use
I tries it on your you code. It works fine for me.
Thank you.