Skip to content

Commit bf90e4f

Browse files
committed
Fix typos
1 parent a68926c commit bf90e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture/lb/nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ stream {
199199

200200
**For NGINX Plus:**
201201

202-
1. Add the following configuration block to `/etc/nginx/nginx.conf`:
202+
- Add the following configuration block to `/etc/nginx/nginx.conf`:
203203
```conf
204204
stream {
205205
# Define upstream for each of SC4S hosts and ports
@@ -226,7 +226,7 @@ stream {
226226

227227
NGINX will actively check the health of your upstream servers by sending UDP messages to port 514.
228228

229-
2. (Optional) Add the following local post-filter to each of your SC4S instances to prevent SC4S from forwarding health check messages to Splunk and other destinations:
229+
- (Optional) Add the following local post-filter to each of your SC4S instances to prevent SC4S from forwarding health check messages to Splunk and other destinations:
230230
`/opt/sc4s/local/config/app_parsers/nginx_healthcheck-postfiler.conf`
231231
```conf
232232
block parser nginx_healthcheck-postfiler() {

0 commit comments

Comments
 (0)