Re: difficulty adding headers

2014-07-04 Thread Maxim Dounin
Hello! On Fri, Jul 04, 2014 at 09:48:04AM -0400, ura wrote: > the config i am using is inherited from the designers of the elgg platform > and i have explored it enough to know most of what it is doing. > perhaps i need to replace the location block that targets .php files with > one that explici

Excluding some URIs from SSL traffic

2014-07-04 Thread rmajasol
hi i would exclude given URLs from my nginx SSL traffic. This is my current nginx.conf http://p.ngx.cc/fa thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251468,251468#msg-251468 ___ nginx mailing list nginx@nginx.org http://mailman.ngi

Re: difficulty adding headers

2014-07-04 Thread ura
the config i am using is inherited from the designers of the elgg platform and i have explored it enough to know most of what it is doing. perhaps i need to replace the location block that targets .php files with one that explicitly lists all the possible locations of php files instead... which wou

Re: limit_conn_zone applied to Proxy_Pass (outgoing requests)

2014-07-04 Thread Valentin V. Bartenev
On Thursday 03 July 2014 21:51:44 aflexzor wrote: > Hello! > > I have an nginx reverse proxy it has a series of filters against DDoS > attacks. > > As a last resort I need to make sure that I NEVER send more than x > concurrent requests to the backend server (Proxy_pass) > > Is it possible to ap

Re: limit_conn_zone applied to Proxy_Pass (outgoing requests)

2014-07-04 Thread Robert Paprocki
Any reason this needs to be applied specifically to /outgoing/ connections? Is the default behavior applied to the proxy not sufficient? On 7/3/2014 20:51, aflexzor wrote: Hello! I have an nginx reverse proxy it has a series of filters against DDoS attacks. As a last resort I need to make s