summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus32014-03-02 12:28:13 +0100
committerHorus32014-03-02 12:28:13 +0100
commit81827c5a2796cd092e781953fe276c8b44a94a9f (patch)
treefe60130f61f52015ca73b948ceffcf630b0223e4
parent4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c (diff)
downloadnginx_conf-81827c5a2796cd092e781953fe276c8b44a94a9f.tar.gz
more caching
-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;
}