From 368bfaef0119c89b383705de9e354343ceb1ec55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 May 2021 09:43:45 -0700 Subject: [PATCH] haproxy: adjust content length for new text in 503 message Signed-off-by: Kevin Fenzi --- roles/haproxy/files/503.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/files/503.http b/roles/haproxy/files/503.http index 8e90b84e08..ffb0f1e9a9 100644 --- a/roles/haproxy/files/503.http +++ b/roles/haproxy/files/503.http @@ -1,5 +1,5 @@ HTTP/1.1 503 Service Temporarily Unavailable -Content-Length: 3552 +Content-Length: 3349 Connection: close Cache-Control: no-cache Pragma: no-cache