From 949c86e8164e29ced38fcf3e9ca20c8607571351 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 6 Oct 2020 00:29:37 +0000 Subject: [PATCH] kusakabe: enable send-proxy-v2 for requests to OKD haproxy --- ops/nixos/kusakabe/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ops/nixos/kusakabe/default.nix b/ops/nixos/kusakabe/default.nix index dfe51e455e..f693d3dd0b 100644 --- a/ops/nixos/kusakabe/default.nix +++ b/ops/nixos/kusakabe/default.nix @@ -238,9 +238,9 @@ in { backend https-backend balance roundrobin mode tcp - server okd1 137.74.77.21:443 check - server okd2 137.74.77.22:443 check - server okd3 137.74.77.23:443 check + server okd1 137.74.77.21:443 check send-proxy-v2 + server okd2 137.74.77.22:443 check send-proxy-v2 + server okd3 137.74.77.23:443 check send-proxy-v2 frontend http bind 137.74.77.17:80 @@ -249,9 +249,9 @@ in { backend http-backend balance roundrobin mode tcp - server okd1 137.74.77.21:80 check - server okd2 137.74.77.22:80 check - server okd3 137.74.77.23:80 check + server okd1 137.74.77.21:80 check send-proxy-v2 + server okd2 137.74.77.22:80 check send-proxy-v2 + server okd3 137.74.77.23:80 check send-proxy-v2 ''; };