Skip to content

Commit

Permalink
disable forced ssl in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed May 18, 2024
1 parent e7bd7e5 commit aa263ba
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 @@ -42,7 +42,7 @@
# config.assume_ssl = true

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
config.force_ssl = true
config.force_ssl = false

# Log to STDOUT by default
config.logger = ActiveSupport::Logger.new($stdout)
Expand Down

0 comments on commit aa263ba

Please sign in to comment.