Re: Optimization of Nginx for 128 MB RAM VPS

2014-06-18 Thread Yumi
> But what with the worker_connections? I have read that this is the number of simultaneous connections a single process can handle. How high should this value be? I am expecting lets say 20 connections per hour. I will host there only my personal home page and my school notebook (based on Wordpres

Re: Possible to have a limit_req "nodelay burst" option?

2014-06-16 Thread Yumi
+1 to the idea. Maybe something like: limit_req one burst=10 nodelay=5; # first 5 'bursts' don't have a delay, the next 5 do I haven't tried, but I suspect this doesn't do the desired thing: limit_req one burst=10; limit_req one burst=5 nodelay; (I'm guessing that the first directive above essen