Re: [DOC] Guide to Nginx + SSL + SPDY

2013-09-14 Thread Paul N. Pace
Dear Mr. or Ms. mex, Could you please contact me paulnp...@gmail.com regarding this very useful guide you have created? I have some specific questions and I would also like to help out, if I can. Thanks! Paul On Thu, Sep 12, 2013 at 11:36 AM, mex wrote: > Hi Valentin, > >> >> In your section

Re: request body and client_body_buffer_size

2013-09-14 Thread Maxim Dounin
Hello! On Sat, Sep 14, 2013 at 11:15:39AM -0700, Jeroen Ooms wrote: > @ Maxim Dounin > > Thanks! This is very helpful. I have also set: > > client_body_buffer_size 1m; > > Could this setting have any side effects? I am not expecting too many > large POST request. From what I read, client_body_

Re: request body and client_body_buffer_size

2013-09-14 Thread Jeroen Ooms
@ Maxim Dounin Thanks! This is very helpful. I have also set: client_body_buffer_size 1m; Could this setting have any side effects? I am not expecting too many large POST request. From what I read, client_body_buffer_size is actually the maximum amount of memory allocated. Does this mean that fo

Re: request body and client_body_buffer_size

2013-09-14 Thread Maxim Dounin
Hello! On Fri, Sep 13, 2013 at 05:56:51PM -0700, Jeroen Ooms wrote: > Is it correct that when $content_length > client_body_buffer_size, > then $request_body == "" ? If so this would be worth documenting at > request_body. Yes, it's intended behaviour. If a request body is larger than client_b

Re: How to serve subdomain from subfolder of the domain root?

2013-09-14 Thread Francis Daly
On Sat, Sep 14, 2013 at 01:42:49AM -0400, etrader wrote: Hi there, > server { > server_name domain.com *.domain.com > root /var/www/$server_name; > } http://nginx.org/r/server_name Look for "Named captures". > is it possible to set locations for subdomains based on subfolders of the > $server