Use redis as cache storage. cache events
This commit is contained in:
parent
40f1868194
commit
4c1538a946
4 changed files with 33 additions and 12 deletions
|
@ -40,7 +40,7 @@ Gitlab::Application.configure do
|
|||
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
||||
|
||||
# Use a different cache store in production
|
||||
config.cache_store = :memory_store
|
||||
config.cache_store = :redis_store
|
||||
|
||||
# Enable serving of images, stylesheets, and JavaScripts from an asset server
|
||||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue