summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorph-cache-server1
1 files changed, 1 insertions, 0 deletions
diff --git a/morph-cache-server b/morph-cache-server
index 4639a33..7618f5b 100755
--- a/morph-cache-server
+++ b/morph-cache-server
@@ -100,6 +100,7 @@ class MorphCacheServer(cliapp.Application):
if os.path.exists(filename):
return static_file(basename,
root=self.settings['artifact-dir'],
+ filename=basename,
download=True)
else:
response.status = 404