Re: Please take me off the mailing list

2017-11-23 Thread Fabian A. Santiago
On November 23, 2017 9:25:14 PM EST, Daniel Francis-Lyon via nginx wrote: >___ >nginx mailing list >nginx@nginx.org >http://mailman.nginx.org/mailman/listinfo/nginx All messages have a link at the bottom. Follow it and unsubscribe yourself. -- Thanks

Please take me off the mailing list

2017-11-23 Thread Daniel Francis-Lyon via nginx
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Migrating from Varnish

2017-11-23 Thread itpp2012
Andrei Wrote: --- > Thanks for the tip. Have you ran into any issues as Maxim mentioned? > Not yet. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277462,277487#msg-277487 ___ nginx maili

Re: Migrating from Varnish

2017-11-23 Thread Andrei
Thanks for the tip. Have you ran into any issues as Maxim mentioned? On Thu, Nov 23, 2017 at 11:53 AM, itpp2012 wrote: > Andrei Wrote: > --- > > I'm aware of the paid version, but I don't have a budget for it yet, > > and > > quite frankly thi

Re: Migrating from Varnish

2017-11-23 Thread Andrei
Hello, On Thu, Nov 23, 2017 at 11:52 AM, Maxim Dounin wrote: > Hello! > > On Thu, Nov 23, 2017 at 10:24:19AM -0600, Andrei wrote: > > > > > - Does anyone have any recent working documentation on supported > > > > modules/Lua scripts which can achieve wildcard purges as well as > specific > > > >

Re: Migrating from Varnish

2017-11-23 Thread itpp2012
Andrei Wrote: --- > I'm aware of the paid version, but I don't have a budget for it yet, > and > quite frankly this should be a core feature for any caching service. > Are > there no viable options for the community release? It's a rather https:

Re: Migrating from Varnish

2017-11-23 Thread Maxim Dounin
Hello! On Thu, Nov 23, 2017 at 10:24:19AM -0600, Andrei wrote: > > > - Does anyone have any recent working documentation on supported > > > modules/Lua scripts which can achieve wildcard purges as well as specific > > > URL purges? > > > > Cache purging is available in nginx-plus, see > > http:/

Re: Migrating from Varnish

2017-11-23 Thread Andrei
Hello Maxim! On Nov 23, 2017 17:55, "Maxim Dounin" wrote: Hello! On Thu, Nov 23, 2017 at 09:00:52AM -0600, Andrei wrote: > Hi all, > > I've been using Varnish for 4 years now, but quite frankly I'm tired of > using it for HTTP traffic and Nginx for SSL offloading when Nginx can just > handle i

Re: Migrating from Varnish

2017-11-23 Thread Maxim Dounin
Hello! On Thu, Nov 23, 2017 at 09:00:52AM -0600, Andrei wrote: > Hi all, > > I've been using Varnish for 4 years now, but quite frankly I'm tired of > using it for HTTP traffic and Nginx for SSL offloading when Nginx can just > handle it all. One of the main issues I'm running into with the tran

Re: Migrating from Varnish

2017-11-23 Thread Andrei
To follow up on the purge implementation, I would like to avoid going through the entire cache dir for a wildcard request, as the sites I have stack up over 200k objects. I'm wondering if there would be a clean way of taking a passive route, through which cache would be invalidated/"refreshed" by s

Re: Nginx + SSL problem for old browsers

2017-11-23 Thread sh4ka
Could this be because of the lack of SNI support on old browsers? Thanks Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277461,277463#msg-277463 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Migrating from Varnish

2017-11-23 Thread Andrei
Hi all, I've been using Varnish for 4 years now, but quite frankly I'm tired of using it for HTTP traffic and Nginx for SSL offloading when Nginx can just handle it all. One of the main issues I'm running into with the transition is related to cache purging, and setting custom expiry TTL's per zon

Nginx + SSL problem for old browsers

2017-11-23 Thread sh4ka
Hello everybody, I have one single website running a RapidSSL certificate, that doesn't work on old mobile phones and browsers, like Symbian. My customer, however, insist in having this site with SSL fully compatible with old browsers. I am already using and old cipher for old browsers generated

Re: nginx seems to treat %3F as "?"

2017-11-23 Thread ST
On Wed, 2017-11-22 at 22:11 +, Francis Daly wrote: > On Wed, Nov 22, 2017 at 05:34:13PM +0200, ST wrote: > > Hi there, > > > I have following redirection rule defined: > > > > location ~ "^/(.*)\.html[^\?]+" { > > That says: /anything.html followed by one-or-more things that are not ?. > >