diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-20 23:15:32 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-20 23:15:32 -0400 |
| commit | 42f01a27575a39fbf17c90b3468d186309dcb096 (patch) | |
| tree | ff001834b34e42570c8eaa222384d876d815fe49 /src | |
| parent | 9c8c445705064c4b951fc6b89325fcb045720d3c (diff) | |
| parent | 5cb38dd389948bc2aae5dea175dd36b1f4e4d20b (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'src')
| -rwxr-xr-x | src/site.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj index 16d7aee..39509a9 100755 --- a/src/site.clj +++ b/src/site.clj @@ -757,7 +757,7 @@ ; TODO: cache policy for other static files (js, css, etc.) (let [cache-header (if (re-find pic-regex path) {:headers {"Cache-Control" "max-age=604800,public"}} - {}] + {})] [cache-header (serve-file dir path)])) |
