diff options
Diffstat (limited to 'templates/nginx.conf.erb')
-rw-r--r-- | templates/nginx.conf.erb | 3 |
1 files changed, 0 insertions, 3 deletions
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/*; |