Hi All,
ngx_event_openssl.c hs the following around line 535:
ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file)
{
...
/*
* -BEGIN DH PARAMETERS-
* MIGHAoGBALu8LcrYRnSQfEP89YDpz9vZWKP1aLQtSwju1OsPs1BMbAMCducQgAxc
* y7qokiYUxb7spWWl/fHSh6K8BJvmd4Bg6RqSp1
Hello,
I have a requirement to rate limit requests to one of my customer facing
API's. At present Nginx is a proxy point directing traffic to network
internal servers based on endpoint URL. I am interested in integrating more
tightly with Nginx to do this rate limiting before the traffic is passed
Great. Thanks! This was in fact helpful.
Alex
> Date: Fri, 6 Dec 2013 04:13:53 +0400
> From: mdou...@mdounin.ru
> To: nginx@nginx.org
> Subject: Re: NGINX Module - create variables?
>
> Hello!
>
> On Fri, Dec 06, 2013 at 12:25:48AM +0100, Alex Koch wrote:
>
> [...]
>
> > What I would like is
On Sun, Dec 8, 2013 at 6:21 AM, Maxim Dounin wrote:
> Hello!
>
> On Sun, Dec 08, 2013 at 06:18:40AM -0500, Jeffrey Walton wrote:
>
>> `make check` and `make test` results in "no rule to make target".
>>
>> Does nginx include any self test? If so, how does on run them?
>
> As of now, tests are avai
Hello!
On Sun, Dec 08, 2013 at 06:18:40AM -0500, Jeffrey Walton wrote:
> `make check` and `make test` results in "no rule to make target".
>
> Does nginx include any self test? If so, how does on run them?
As of now, tests are available as a separate repository, see here:
http://hg.nginx.org/n
`make check` and `make test` results in "no rule to make target".
Does nginx include any self test? If so, how does on run them?
Thanks in advance.
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
On Sun, Dec 8, 2013 at 3:14 AM, Homutov Vladimir wrote:
> On Sun, Dec 08, 2013 at 12:46:45AM -0500, Jeffrey Walton wrote:
>> Hi All,
>>
>> I'm interested in exploring nginx as the basis for a proxy.
>>
>> I'm having trouble locating reading material on nginx from a
>> development perspective. I fo
On Sun, Dec 08, 2013 at 12:46:45AM -0500, Jeffrey Walton wrote:
> Hi All,
>
> I'm interested in exploring nginx as the basis for a proxy.
>
> I'm having trouble locating reading material on nginx from a
> development perspective. I found [0,1], but it looks like its for
> administrators. I also fou