Re: Nginx - Only handles exactly 500 request per second - How to increase the limit?

2018-01-24 Thread Payam Chychi
On Wed, Jan 24, 2018 at 10:50 AM B.R. via nginx wrote: > 500 requests max sounds very much like the default max_requests parameter > from PHP-FPM process manager. > > Btw, the configuration snippet you provided is incomplete (include > [...]/*.conf). How can people help you? >

Re: Nginx - Only handles exactly 500 request per second - How to increase the limit?

2018-01-24 Thread B.R. via nginx
500 requests max sounds very much like the default max_requests parameter from PHP-FPM process manager. Btw, the configuration snippet you provided is incomplete (include [...]/*.conf). How can people help you? Have a look at nginx -T. --- *B. R.* On Wed, Jan 24, 2018 at 7:08 AM, Payam Chychi

Nginx - Only handles exactly 500 request per second - How to increase the limit?

2018-01-23 Thread agriz
worker_processes auto; pid /run/nginx.pid; worker_rlimit_nofile 10; error_log /var/log/nginx/error.log crit; events { worker_connections 4000; multi_accept on; use epoll; } http { include /etc/nginx/mime.types; sendfile on; tcp_nopush on; tcp_nodelay on; directio 4m;