]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Comment default cache config
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Oct 2017 12:52:29 +0000 (09:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Oct 2017 12:52:29 +0000 (09:52 -0300)
manifests/cache.pp

index 155017081b4d12c2a08f46ee31a264edc0dbd310..2f13a94e64cfe0e0b3f4fea0cb9c74f440a27b3e 100644 (file)
@@ -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",
+  #}
 }