From 81827c5a2796cd092e781953fe276c8b44a94a9f Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 2 Mar 2014 12:28:13 +0100 Subject: more caching --- cache_static_content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3