##// END OF EJS Templates
Config variable must be set (#21058)....
Jean-Philippe Lang -
r14354:409cfcfccb04
parent child
Show More
@@ -57,6 +57,9 module RedmineApp
57 57 # Sets the Content-Length header on responses with fixed-length bodies
58 58 config.middleware.use Rack::ContentLength
59 59
60 # Verify validity of user sessions
61 config.redmine_verify_sessions = true
62
60 63 # Specific cache for search results, the default file store cache is not
61 64 # a good option as it could grow fast. A memory store (32MB max) is used
62 65 # as the default. If you're running multiple server processes, it's
General Comments 0
You need to be logged in to leave comments. Login now