Skip to content

Commit

Permalink
fix: remove forced ssl on production
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Nov 9, 2020
1 parent 54c0698 commit 85220aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.

config.force_ssl = true
config.ssl_options = { redirect: { exclude: -> request { request.path =~ /healthcheck/ } } }

# Code is not reloaded between requests.
config.cache_classes = true

Expand Down

0 comments on commit 85220aa

Please sign in to comment.