Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 38f8d74

Browse files
committed
Update the health message
1 parent 9bb3391 commit 38f8d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

health.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Used for determining backend health, do not remove!
33

44
$statusCode = 200;
5-
$statusMsg = 'OK';
5+
$statusMsg = 'Server status is: OK';
66

77
if ( file_exists( "/usr/wikia/conf/current/host_disabled" ) ||
88
file_exists( "/etc/disabled/apache" ) ) {

0 commit comments

Comments
 (0)