mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
ngx-srcache[1] provides "transparent caching layer for arbitrary NGINX locations". [1]: https://github.com/openresty/srcache-nginx-module Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@gentoo.org>
25 lines
1 KiB
XML
25 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>zurabid2016@gmail.com</email>
|
|
<name>Zurab Kvachadze</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The ngx-srcache NGINX module provides a transparent caching layer for arbitrary NGINX
|
|
locations (like those use an upstream or even serve static disk files). The caching behavior
|
|
is mostly compatible with RFC 2616.
|
|
|
|
Usually, ngx-memc is used together with this module to provide a concrete caching
|
|
storage backend. But technically, any modules that provide a REST interface can be used as
|
|
the fetching and storage subrequests used by this module.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/openresty/srcache-nginx-module/issues</bugs-to>
|
|
<remote-id type="github">openresty/srcache-nginx-module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|