Re: number of requests in nginx queue

2014-06-25 Thread kirpit
You should never let the users get into queue anyway, it is for unexpected peaks. # Total amount of users you can serve = worker_processes * worker_connections http://stackoverflow.com/questions/7325211/tuning-nginx-worker-process-to-obtain-100k-hits-per-min On Wed, Jun 25, 2014 at 10:24 AM,

Re: $memcached_key doesn't fetch unicode url

2014-05-09 Thread kirpit
A note to the history that is good to know. Thanks Maxim, even though we choose not to use unicode urls to make things less complicated. On Fri, May 9, 2014 at 4:13 AM, Maxim Dounin wrote: > Hello! > > On Sun, May 04, 2014 at 06:42:39PM +0300, kirpit wrote: > > > Hi, >

$memcached_key doesn't fetch unicode url

2014-05-04 Thread kirpit
Hi, I'm doing some sort of downstream cache that I save every entire page into memcached from the application with urls such as: www.example.com/file/path/?query=1 then I'm fetching them from nginx if available with the config: location / { # try to fetch from memcached set

Re: Can't get SPDY working with OpenSSL 1.0.1e

2013-07-30 Thread kirpit
This was quite tricky! # apt-show-versions libssl-dev libssl-dev/wheezy upgradeable from 0.9.8o-4squeeze14 to 1.0.1e-2 Thanks a lot for the help mate. On Tue, Jul 30, 2013 at 6:15 PM, Valentin V. Bartenev wrote: > On Tuesday 30 July 2013 17:51:21 kirpit wrote: > > Hi, > > &g

Can't get SPDY working with OpenSSL 1.0.1e

2013-07-30 Thread kirpit
Hi, I simply read every article on the net, followed the docs but simply can't get SPDY support working. It's running on Debian Squeeze (that I have to) so I upgraded OpenSSL to the version 1.0.1e from Wheezy repo. Downloaded the latest stable Nginx 1.4.2 then compiled with the configuration opti

Re: Require 'www' for https://example.com

2013-03-22 Thread kirpit
st_uri? permanent; } https://github.com/kirpit/webstack/blob/master/sites/_nginx-example.com.conf cheers. On Sat, Mar 23, 2013 at 12:44 AM, openletter wrote: > I am setting up a server that will be for a B2B business, and I want the > whole site to be served as https://www.example.com