forked from OpenNeo/impress
Oops, fix syntax bug in production.rb
Oh dang I messed this up very many commits ago, but yeah uhh the production.rb config just fully wasn't executing, oops! Fixed!
This commit is contained in:
parent
709b145d19
commit
990d69166e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Rails.application.configure do
|
|||
# config.logger = SyslogLogger.new
|
||||
|
||||
# Use a different cache store in production
|
||||
config.cache_store = :mem_cache_store, namespace: "openneo-impress-rails"
|
||||
config.cache_store = :mem_cache_store, { namespace: "openneo-impress-rails" }
|
||||
|
||||
# Disable Rails's static asset server
|
||||
# In production, Apache or nginx will already do this
|
||||
|
|
Loading…
Reference in a new issue