From 6351d22fabc92c54f8a523db3fb6a3c16fe7e6f6 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 9 May 2022 23:15:13 +0200 Subject: [PATCH] Added statusCode 200, on http-8080 configuration --- configurations/services/http-8080.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/services/http-8080.yaml b/configurations/services/http-8080.yaml index 2c76529..d738300 100644 --- a/configurations/services/http-8080.yaml +++ b/configurations/services/http-8080.yaml @@ -7,4 +7,5 @@ commands: headers: - "Content-Type: text/html" - "Expires: 0" - - "Version: 6.42.12" \ No newline at end of file + - "Version: 6.42.12" + statusCode: 200 \ No newline at end of file