summaryrefslogtreecommitdiff
path: root/templates/cache_static.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cache_static.tmpl')
-rw-r--r--templates/cache_static.tmpl3
1 files changed, 3 insertions, 0 deletions
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;
+ }