What exactly worker_connections are not enough means?

2016-12-21 Thread Jiří Moskovčák
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

Re: Nginx + php-fpm "504 Gateway Time-out" error with almost zero load (on a test-server)

2016-12-21 Thread eessaouira
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

Nginx authentication based on parameterized url

2016-12-21 Thread tmuesele
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