You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture/lb/nginx.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ stream {
199
199
200
200
**For NGINX Plus:**
201
201
202
-
1. Add the following configuration block to `/etc/nginx/nginx.conf`:
202
+
- Add the following configuration block to `/etc/nginx/nginx.conf`:
203
203
```conf
204
204
stream {
205
205
# Define upstream for each of SC4S hosts and ports
@@ -226,7 +226,7 @@ stream {
226
226
227
227
NGINX will actively check the health of your upstream servers by sending UDP messages to port 514.
228
228
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:
0 commit comments