Hi,
I'm trying to use nginx as a udp loadbalancer. I got to ~40k pkt/s with my
experiments, but occasionally seeing alert message in the log saying:
worker_connections are not enough. Atm I'm using 65000 worker_connections
and still seeing the message - roughly 1 message per minute. netstat
do
did you find anhy answer ?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,127854,271666#msg-271666
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi there,
I need an authentication based on a parameterized class call in a url. For
example the url:
https://sample.com/index.php?cl=accesstestprivate
should be access-able by IP address 192.168.1.1, if the request doesnt come
from this IP, a basic auth should be invoked.
All other / pages e.g