From 02aabb8f977a4bfd954d1c1b4a4e4798236bbf47 Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 24 Jan 2024 16:55:21 -0600 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3ee435dc..0c3651dd 100644 --- a/readme.md +++ b/readme.md @@ -326,8 +326,8 @@ Health checking is enabled by default. `Http check method` of `OPTIONS` is not s If Health check fails, data will not be forwared. Need to do one of following: -* Change `Health check method` to `none`. To disable. -* Change `Http check method` to `HEAD` or `GET`. To make Health checking function. +* To disable: Change `Health check method` to `none`. +* To make Health checking function: Change `Http check method` to `HEAD` or `GET`. # Run from source