moving file cache into rails tmp folder
This commit is contained in:
parent
0e5e4bba02
commit
0bb7385373
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ config.action_view.cache_template_loading = true
|
|||
# config.logger = SyslogLogger.new
|
||||
|
||||
# Use a different cache store in production
|
||||
config.cache_store = :file_store, "/tmp/photogriffy.net/cache"
|
||||
config.cache_store = :file_store, "tmp/cache"
|
||||
|
||||
# Enable serving of images, stylesheets, and javascripts from an asset server
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
|
Loading…
Reference in a new issue