From 29016ba83e0b651a12fe4beeafd55b2ab5f58e28 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Oct 2015 16:22:34 -0200 Subject: Adds nginx::cache and moves nginx::base::site to nginx::site --- templates/nginx.conf.erb | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates') diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb index f4c24f0..cf339dd 100644 --- a/templates/nginx.conf.erb +++ b/templates/nginx.conf.erb @@ -29,9 +29,6 @@ http { gzip off; #gzip_disable "MSIE [1-6]\.(?!.*SV1)"; - # caching - proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=STATIC:10m inactive=24h max_size=1g; - include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; -- cgit v1.2.3