From 4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 27 Feb 2014 14:01:03 +0100 Subject: init --- cache_static_content | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cache_static_content (limited to 'cache_static_content') 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; +} -- cgit v1.2.3