summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-02-07 22:44:05 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-02-07 22:56:07 +0800
commit31f1ec59a7cf7517cd5935ef3af540aceba07bb3 (patch)
tree86b8e98063147beb2fda41b6007fa315b880a096 /config.ru
parentbbfce29ba8d75df5344dae34dc472dfb3b3acf4b (diff)
downloadgitlab-ce-31f1ec59a7cf7517cd5935ef3af540aceba07bb3.tar.gz
Release the entire env
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index c4bef72308e..7b15939c6ff 100644
--- a/config.ru
+++ b/config.ru
@@ -23,6 +23,6 @@ warmup do |app|
end
map ENV['RAILS_RELATIVE_URL_ROOT'] || "/" do
- use Gitlab::ReleaseController
+ use Gitlab::Middleware::ReleaseEnv
run Gitlab::Application
end