gentoo-ebuilds/www-nginx/ngx-srcache/metadata.xml
Zurab Kvachadze 0d8d1dad70
www-nginx/ngx-srcache: new package, add 0.33
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>
2025-07-05 08:27:06 +01:00

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>