diff options
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ru b/config.ru index de0400f4f67..7b15939c6ff 100644 --- a/config.ru +++ b/config.ru @@ -23,5 +23,6 @@ warmup do |app| end map ENV['RAILS_RELATIVE_URL_ROOT'] || "/" do + use Gitlab::Middleware::ReleaseEnv run Gitlab::Application end |