diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-05 09:52:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-05 09:52:29 -0300 |
commit | b84b67b20f305f1319dc1b9bdb5d60a672c64f06 (patch) | |
tree | 56d091d07e68ff1db395096d7e3d2e11804609ad | |
parent | 5257e34b64fdd8c5e2f54a7bf20e0e7085cca0e6 (diff) | |
download | puppet-nginx-b84b67b20f305f1319dc1b9bdb5d60a672c64f06.tar.gz puppet-nginx-b84b67b20f305f1319dc1b9bdb5d60a672c64f06.tar.bz2 |
Comment default cache config
-rw-r--r-- | manifests/cache.pp | 6 |
1 files changed, 3 insertions, 3 deletions
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", + #} } |