summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cache_static_content2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache_static_content b/cache_static_content
index bf3bfe6..e5b9a3a 100644
--- a/cache_static_content
+++ b/cache_static_content
@@ -1,3 +1,3 @@
-location ~* \.(jpe?g|png|gif|css|js)$ {
+location ~* \.(jpe?g|png|gif|css|js|swf|txt|ico)$ {
expires 170h;
}