Skip to content

Commit

Permalink
fix: Remove SidekiqAlive from prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois authored Nov 24, 2023
1 parent c882d68 commit dc1daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

config.ssl_options = {
redirect: {
exclude: ->(request) { /health_check|sidekiq_alive/.match?(request.path) }
exclude: ->(request) { /health_check/.match?(request.path) }
}
}

Expand Down

0 comments on commit dc1daa7

Please sign in to comment.