blob: f8f10b14dab945a738e99331b78d41fa9e92bcb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?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>
|