Merged r19416 from trunk to 4.0-stable (#32785).

git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19418 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-12 06:17:15 +00:00
parent a2975794c8
commit 5501453699

View File

@@ -51,7 +51,7 @@ module RedmineApp
config.active_record.sqlite3.represent_boolean_as_integer = true
# Sets the Content-Length header on responses with fixed-length bodies
config.middleware.insert_after Rack::Sendfile, Rack::ContentLength
config.middleware.insert_before Rack::Sendfile, Rack::ContentLength
# Verify validity of user sessions
config.redmine_verify_sessions = true