summaryrefslogtreecommitdiff
path: root/manifests/cache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cache.pp')
-rw-r--r--manifests/cache.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/cache.pp b/manifests/cache.pp
index 2f13a94..95038e7 100644
--- a/manifests/cache.pp
+++ b/manifests/cache.pp
@@ -8,6 +8,11 @@ class nginx::cache(
mode => '0700',
}
+ # See https://github.com/FRiCKLE/ngx_cache_purge
+ #package { 'libnginx-mod-http-cache-purge':
+ # ensure => present,
+ #}
+
#nginx::config { 'cache':
# value => "proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;\n",
#}