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
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_
@ 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
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
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