I needed to set up A-B testing with nginx. Env: nginx is the front and loadbalancer and should spread traffic to two backend webservers. Also nginx in this case, running as two docker containers. Traffic is entering at docker.labnet.nu and gets redirected to one or the other backend service. This method of load sharing redirects the […]