diff --git a/deploy/nginx.prod.conf b/deploy/nginx.prod.conf index 8618c2ff6..b2290cb47 100644 --- a/deploy/nginx.prod.conf +++ b/deploy/nginx.prod.conf @@ -8,7 +8,7 @@ upstream _balancer { # we add http_x_forwarded_for because this is sitting behind fly-proxy split_clients $remote_addr$http_x_forwarded_for $split_upstream { - 20% _balancer; + 35% _balancer; * _monolith; }