Re: Reverse Proxy without backend private key

2016-03-18 Thread Francis Daly
On Wed, Mar 16, 2016 at 04:01:01PM +, SZ wrote: Hi there, > dear allI want to setup this: > client - https-nginx (443) - https-backend > (443) > but i don't have private key and i want to cache data...what can i do ? You get your own certificate and key in th

Re: nginx http2 pictures timeout

2016-03-18 Thread Valentin V. Bartenev
On Thursday 17 March 2016 07:04:11 meteor8488 wrote: > Hi All, > > After I upgrade nginx to 1.9.12 and enabled http2 for my website. I found a > wired issue related with download pictures. > > My website is a photo-sharing websites. So on each page there are about > 100-200 pictures, the size of

Re: limit_req is not working with dynamically extracted user address

2016-03-18 Thread Maxim Dounin
Hello! On Fri, Mar 18, 2016 at 10:48:56AM -0400, malish8632 wrote: > > How did you found that limit_req uses a wrong element? > > We don't know if this is limit_req - in reality we were just looking into > logs and I guess that's what confused us. We observed those IPs and rolled > back the chan

Reverse Proxy without backend private key

2016-03-18 Thread SZ
dear allI want to setup this: client - https-nginx (443) - https-backend (443) but i don't have private key and i want to cache data...what can i do ? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

limit_req is not working with dynamically extracted user address

2016-03-18 Thread malish8632
Hi, if our HTTP block looks like below where we find IP from X-Forwarded-For using perl module it looks like zone and limit_req are not using correct variable $user_real_ip or it is reset right after logging. The nginx_access_log shows the first logged field correctly as $user_real_ip - which is f