Hi,
Maybe http://regex101.com/ could help?
Cheers,
Jens
Från: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] För Jonathan
Matthews
Skickat: den 30 augusti 2013 10:54
Till: nginx@nginx.org
Ämne: Re: Server_Name regular expression
On 29 Aug 2013 10:01, "christospap"
mailto:nginx-fo..
Hi Sajan,
I see. nginx supports serving https content. Documentation is here:
http://nginx.org/en/docs/http/ngx_http_ssl_module.html
nginx also supports proxying to upstream servers that are using SSL/https:
http://stackoverflow.com/questions/15394904/nginx-load-balance-with-upstream-ssl
What y
Hi Sajan,
Which of the two subproblems is that you are having issues with?
Kind Regards,
Jens
-Ursprungligt meddelande-
Från: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] För sajan
tharayil
Skickat: den 21 augusti 2013 13:05
Till: nginx@nginx.org
Ämne: Re: Nginx as Reverse P
I'm running 0.7.67.
Cheers,
Jens
-Ursprungligt meddelande-
Från: Maxim Konovalov [mailto:ma...@nginx.com]
Skickat: den 15 augusti 2013 14:21
Till: nginx@nginx.org
Kopia: Jens Rantil
Ämne: Re: SV: IPv6 range specification for allow/deny
On 8/15/13 4:13 PM, Jens Rantil wrote:
2013 14:00
Till: nginx@nginx.org
Ämne: Re: IPv6 range specification for allow/deny
On Thu, Aug 15, 2013 at 11:51:33AM +0000, Jens Rantil wrote:
> Hi,
>
> I'd like to limit a range of IPv6 space to a "server" context using "allow"
> and "deny". I ha
Hi,
I'd like to limit a range of IPv6 space to a "server" context using "allow" and
"deny". I haven't been able to find any information on how to do this in the
documentation, nor on the web. The only example I've found[1] is for fixed IPv6
adresses like so:
allow 2620:100:e000::8001;
[1] h