Skip to content

Commit

Permalink
Merge pull request #9 from alphagov/dis-force-ssl
Browse files Browse the repository at this point in the history
Disable forcing SSL
  • Loading branch information
csutter authored Nov 20, 2023
2 parents 35201b1 + 0496a22 commit 48a082b
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 @@ -41,7 +41,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 = true

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

0 comments on commit 48a082b

Please sign in to comment.