We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bf04e commit ce31febCopy full SHA for ce31feb
deploy/nginx.prod.conf
@@ -8,7 +8,7 @@ upstream _balancer {
8
9
# we add http_x_forwarded_for because this is sitting behind fly-proxy
10
split_clients $remote_addr$http_x_forwarded_for $split_upstream {
11
- 20% _balancer;
+ 35% _balancer;
12
* _monolith;
13
}
14
0 commit comments