nginx-selective-cache-purge-module icon indicating copy to clipboard operation
nginx-selective-cache-purge-module copied to clipboard

Results 6 nginx-selective-cache-purge-module issues
Sort by recently updated
recently updated
newest added

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Bumps [em-http-request](https://github.com/igrigorik/em-http-request) from 1.1.5 to 1.1.6. Commits 4d69fac release 1.1.6 a91c0f1 IPv6 literal support (#330) e5fa144 Merge TLS verification patch from Faraday (#340) 1d1f82f http_connection: rescue errors coming from CONNECT....

dependencies

Is it possible to specify different `selective_cache_purge_redis_database` per server? Why I needed this is that one of the servers has too many cached items, it slows everything down. If it...

enhancement

It would be nice to implement purging by tags (ala CloudFlare and Varnish' bans). The mechanism is explained here: - https://blog.cloudflare.com/introducing-a-powerful-way-to-purge-cache-on-cloudflare-purge-by-cache-tag/ - http://www.smashingmagazine.com/2014/04/cache-invalidation-strategies-with-varnish-cache/ I am trying to implement this via...

enhancement

I'm using the following setup ``` location ~ /purge(.*) { selective_cache_purge_query "$1"; } location ~ /mpurge { content_by_lua_block { local res = ngx.location.capture("/purge/*") ngx.print(res.status) ngx.print(res.body) return } } ``` It...

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies