Skip to content
Snippets Groups Projects
Commit e031e6e3 authored by Oleg A. Mamontov's avatar Oleg A. Mamontov Committed by Robert Clausecker
Browse files

www/angie-module-cache-purge: Angie cache_purge dynamic module

Module which adds ability to purge content from FastCGI, proxy, SCGI and
uWSGI caches.

PR:		272999
parent 41d2ade1
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
SUBDIR += angie
SUBDIR += angie-module-auth-jwt
SUBDIR += angie-module-brotli
SUBDIR += angie-module-cache-purge
SUBDIR += angie-module-geoip2
SUBDIR += anyremote2html
SUBDIR += apache-mode.el
......
PORTNAME= angie-module-cache-purge
GH_TUPLE= nginx-modules:ngx_cache_purge:2.5.3:module
COMMENT= Angie cache_purge dynamic module
MASTERDIR= ${.CURDIR}/../../www/angie
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${MODDIR}
${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_cache_purge_module.so \
${STAGEDIR}${MODDIR}
${INSTALL_MAN} ${WRKSRC_module}/README.md ${STAGEDIR}${DOCSDIR}
do-install-DEBUG-on:
${INSTALL} ${COPY} -m ${_SHAREMODE} \
${WRKSRC_DEBUG}/objs/ngx_http_cache_purge_module.so \
${STAGEDIR}${MODDIR}/ngx_http_cache_purge_module-debug.so
.include "${MASTERDIR}/Makefile"
[
{ type: install
message: <<EOM
The cache_purge dynamic module for Angie has been installed.
To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf
and reload angie:
load_module modules/ngx_http_cache_purge_module.so;
Please refer to the module documentation for further details:
https://github.com/nginx-modules/ngx_cache_purge
EOM
}
]
Module adds ability to purge content from FastCGI, proxy, SCGI and uWSGI
caches. A purge operation removes the content with the same cache key as the
purge request has. This module is production-ready.
%%DOCSDIR%%/README.md
%%MODDIR%%/ngx_http_cache_purge_module.so
%%DEBUG%%%%MODDIR%%/ngx_http_cache_purge_module-debug.so
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment