Skip to content

Commit

Permalink
Merge pull request #1785 from MushroomObserver/nimmo-force-ssl
Browse files Browse the repository at this point in the history
Try `config.force_ssl` on production
  • Loading branch information
nimmolo authored Jan 10, 2024
2 parents 96c8036 + 7e05921 commit 776ca2b
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 @@ -93,7 +93,7 @@

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

# Set to :debug to see everything in the log.
config.log_level = :info
Expand Down

0 comments on commit 776ca2b

Please sign in to comment.