From ebfb0155ac6a4fba93ebb846878ca211e9384226 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 27 Jul 2015 22:24:09 +0200 Subject: Initial commit. --- templates/cache_static.tmpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/cache_static.tmpl (limited to 'templates/cache_static.tmpl') diff --git a/templates/cache_static.tmpl b/templates/cache_static.tmpl new file mode 100644 index 0000000..e194ada --- /dev/null +++ b/templates/cache_static.tmpl @@ -0,0 +1,3 @@ +location ~* \.(jpe?g|png|gif|css|js|swf|txt|ico)$ { + expires 170h; + } -- cgit v1.2.3