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
+1-22
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
-
-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
@@ -227,27 +227,6 @@ stream {
227
227
}
228
228
```
229
229
230
-
NGINX will actively check the health of your upstream servers by sending UDP messages to port 514.
231
-
232
-
- (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