diff options
| author | Horus3 | 2014-03-02 12:28:13 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-02 12:28:13 +0100 |
| commit | 81827c5a2796cd092e781953fe276c8b44a94a9f (patch) | |
| tree | fe60130f61f52015ca73b948ceffcf630b0223e4 | |
| parent | 4f194e28bcb3e65a80c3f6e2fe57fde039d1bd8c (diff) | |
| download | nginx_conf-81827c5a2796cd092e781953fe276c8b44a94a9f.tar.gz | |
more caching
| -rw-r--r-- | cache_static_content | 2 |
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; } |
