summaryrefslogtreecommitdiff
path: root/cache_static_content
diff options
context:
space:
mode:
authorHorus32014-02-27 14:01:03 +0100
committerHorus32014-02-27 14:01:03 +0100
commit4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c (patch)
treeaa726a88182de6b7bdd340d600f7856977c9cb20 /cache_static_content
downloadnginx_conf-4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c.tar.gz
init
Diffstat (limited to 'cache_static_content')
-rw-r--r--cache_static_content3
1 files changed, 3 insertions, 0 deletions
diff --git a/cache_static_content b/cache_static_content
new file mode 100644
index 0000000..bf3bfe6
--- /dev/null
+++ b/cache_static_content
@@ -0,0 +1,3 @@
+location ~* \.(jpe?g|png|gif|css|js)$ {
+ expires 170h;
+}