Re: CPU load monitoring / dynamically limit number of connections to server

2016-05-21 Thread lists
Does that really limit per the OP's request? Reading the document, it seems like a monitoring module, but not something that limits nginx. For example, ulimit is just a linux command. Maybe you could set a chron job to sniff the load based on this monitoring and adjust system parameters accordin

Re: nginx reverse proxy 502 bad gateway error

2016-05-21 Thread gatha
Please help me too. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,238322,267020#msg-267020 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: CPU load monitoring / dynamically limit number of connections to server

2016-05-21 Thread ohenley
Found it: https://www.scalyr.com/community/guides/how-to-monitor-nginx-the-essential-guide Posted at Nginx Forum: https://forum.nginx.org/read.php?2,267003,267019#msg-267019 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listi

Errorlog shows GET timeout; Accesslog shows POST

2016-05-21 Thread bclod
Hello! Background We've implemented a lightweight APIGW on nginx 1.9.9 using openresty packages to customize the handling/proxying logic. We have dozens clients that are able to leverage this implementation just fine. The Issue We have one client that is experiencing some weird issues when try