diff --git a/config/environments/production.rb b/config/environments/production.rb index 32c042b1d7..4afe55e935 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -148,7 +148,7 @@ config.ssl_options = { redirect: { - exclude: ->(request) { /health_check|sidekiq_alive/.match?(request.path) } + exclude: ->(request) { /health_check/.match?(request.path) } } }