summaryrefslogtreecommitdiff
path: root/cli/health.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/health.php')
-rwxr-xr-xcli/health.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/health.php b/cli/health.php
index c6a9c38b7..2e0687f0c 100755
--- a/cli/health.php
+++ b/cli/health.php
@@ -17,7 +17,7 @@ if ($ch === false) {
curl_setopt_array($ch, [
CURLOPT_CONNECTTIMEOUT => is_numeric($options['connect_timeout'] ?? null) ? (int)$options['connect_timeout'] : 3,
CURLOPT_TIMEOUT => is_numeric($options['timeout'] ?? null) ? (int)$options['timeout'] : 5,
- CURLOPT_ENCODING => '', //Enable all encodings
+ CURLOPT_ACCEPT_ENCODING => '', //Enable all encodings
CURLOPT_HTTPHEADER => [
'Connection: close',
],