diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 16:22:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-26 16:22:34 -0200 |
commit | 29016ba83e0b651a12fe4beeafd55b2ab5f58e28 (patch) | |
tree | ac282a96ca2ae93bb14c082ebddbffe6032d9b0c /templates | |
parent | a8c51500710892d097ebe4e86cfe0cc72f31a3f2 (diff) | |
download | puppet-nginx-29016ba83e0b651a12fe4beeafd55b2ab5f58e28.tar.gz puppet-nginx-29016ba83e0b651a12fe4beeafd55b2ab5f58e28.tar.bz2 |
Adds nginx::cache and moves nginx::base::site to nginx::site
Diffstat (limited to 'templates')
-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/*; |