He have 3 node graylog cluster running in containers.
each container contains (graylog + nginx) and I want to use nginx as a load Balancer in top of all containers for graylog UI.
So, that means two nginx will be there one will act as a Main load balancer which will distribute my all graylog UI requests to graylog containers and then request will be handled by nginx inside the container and then request handled by graylog.
My concern is are we doing this in correct way?, because many time my Nginx which is akting as a Load Balancer stuck. And graylog UI won’t work only grey screen will be there.
Should I use only single Nginx which will act as Load Balancer and also work for proxy of graylog?
Thanks for you input, can you please share an example of your nginx config file.
Which all parameters you are using to pass request from one proxy to another proxy.