diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-08-22 16:30:22 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-16 14:03:21 +0100 |
commit | 28c18ad086768c20d4a8bfaae3844c873b146159 (patch) | |
tree | 2bc26c261888a4ebc21abe342f99bfbb53db65b1 /config/deploy.rb | |
parent | 97c86348f29a4050e8a1d96afa1edad75852a7f4 (diff) |
Don't make zip dir publicly accessible.
We want to be able to authorise access to it.
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 3ce1a1969..d26a199c8 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -58,7 +58,6 @@ namespace :deploy do "#{release_path}/files" => "#{shared_path}/files", "#{release_path}/cache" => "#{shared_path}/cache", "#{release_path}/vendor/plugins/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs", - "#{release_path}/public/download" => "#{release_path}/cache/zips/download" } # "ln -sf <a> <b>" creates a symbolic link but deletes <b> if it already exists |