mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct rack::cache so it always punches through users with auth cookies
This commit is contained in:
@@ -37,7 +37,7 @@ Discourse::Application.configure do
|
||||
config.handlebars.precompile = true
|
||||
|
||||
# this setting enable rack_cache so it caches various requests in redis
|
||||
config.enable_rack_cache = false
|
||||
config.enable_rack_cache = true
|
||||
|
||||
# allows users to use mini profiler
|
||||
config.enable_mini_profiler = false
|
||||
|
||||
Reference in New Issue
Block a user