diff options
| author | Horus3 | 2014-02-27 14:01:03 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-27 14:01:03 +0100 |
| commit | 4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c (patch) | |
| tree | aa726a88182de6b7bdd340d600f7856977c9cb20 /cache_static_content | |
| download | nginx_conf-4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c.tar.gz | |
init
Diffstat (limited to 'cache_static_content')
| -rw-r--r-- | cache_static_content | 3 |
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; +} |
