summaryrefslogtreecommitdiff
path: root/cache_static_content
diff options
context:
space:
mode:
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;
+}