srcache-nginx-module icon indicating copy to clipboard operation
srcache-nginx-module copied to clipboard

Transparent subrequest-based caching layout for arbitrary nginx locations.

Results 28 srcache-nginx-module issues
Sort by recently updated
recently updated
newest added

the proxy_cache_use_stale directive can determines in which cases a stale cached response can be used when an error occurs during communication with the proxied server. but when i using srcache+redis,...

The README.md states `Time units supported are "s"(seconds), "ms"(milliseconds), "y"(years), "M"(months), "w"(weeks), "d"(days), "h"(hours), and "m"(minutes). For example` ``` srcache_default_expire 500ms; ```

Has anyone come up with a way to measure cache hits/misses percentage? The only way I can tell is by analysing the access.log files. But wondering if there's a better...

Started seeing more of these cropping up, have a specific url, and the cache always returs a MISS and STORE, but it never stores due to this. It only happens...

I would like to use this module but my cache is going to be huge - in multiple terabytes. Both Redis and Memcached are not suitable for this sort of...

Ask the group boss a question about the Nginx subrequest I learned that a subrequest can be called back to the parent request after successful execution If One of my...

Hi, using nginx 1.18 (+ openssl callback patch), http-lua 0.10.19, srcache 0.32, luajit-2.1.20201027 on a debian box, when i use `ngx.redirect(url)` in `access_by_lua` on a working srcache config, everything's all...

Openresty srcache_store doesn't work if there is payload in request body. and ngx.req.get_body_data() is used Using openresty lua-nginx-module to cache and serve web-pages. (reverse proxy to caching) https://github.com/openresty/lua-nginx-module Openresty 1.15.8.3...