From: Silvio Rhatto Date: Thu, 5 Oct 2017 12:52:29 +0000 (-0300) Subject: Comment default cache config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b84b67b20f305f1319dc1b9bdb5d60a672c64f06;p=puppet-nginx.git Comment default cache config --- diff --git a/manifests/cache.pp b/manifests/cache.pp index 1550170..2f13a94 100644 --- a/manifests/cache.pp +++ b/manifests/cache.pp @@ -8,7 +8,7 @@ class nginx::cache( mode => '0700', } - nginx::config { 'cache': - value => "proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;\n", - } + #nginx::config { 'cache': + # value => "proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g;\n", + #} }