Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Load balancing syslog with UDP

$
0
0
Yes.

You have to set the proxy_responses field to 0.

So using my above example, it looks like:

stream {
server {
listen 11016 udp;
proxy_responses 0;
proxy_pass port_11016_stream_backend;
}

upstream port_11016_stream_backend {
server 10.0.X.Y:11016;
}
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>