Re: All workers in 'D' state using sendfile

2013-06-08 Thread Host DL
Hi, I am facing the same exact issue as explained by Drew, is there any working solution to tune nginx for higher throughput? or how to deal with sleeping D state nginx processes ? i can post my server specs and nginx conf is needed but I would like to ask Drew if he found the working properly

Re: Simple SSL Question

2013-06-08 Thread António P . P . Almeida
You need to include the SSL certificate and the key directives on the server block that does the SSL redirect. Le 8 juin 2013 20:30, "B.R." a écrit : > Hello, > > On Sat, Jun 8, 2013 at 2:18 PM, Travis Maxwell wrote: > >> Hi, >> >> I'm using nginx with SSL, and I want to always redirect to www, >

Re: Simple SSL Question

2013-06-08 Thread B.R.
Hello, On Sat, Jun 8, 2013 at 2:18 PM, Travis Maxwell wrote: > Hi, > > I'm using nginx with SSL, and I want to always redirect to www, regardless > of whether the request is http or https. I just want to redirect to the > respective protocol but with www. > > I have the port 80 server block worki