From 14c486b41dd50577a31aca999b680467c979654e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 12 May 2021 13:38:48 -0700 Subject: [PATCH] haproxy: adjust content-length 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 23c6f1700f..2a49026658 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: 3476 +Content-Length: 3552 Connection: close Cache-Control: no-cache Pragma: no-cache