Skip to content

Commit

Permalink
Merge pull request #51680 from bensheldon/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 28, 2024
2 parents fc4407e + 20ef7c3 commit d366a99
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -58,6 +58,8 @@ Rails.application.configure do

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
config.force_ssl = true
# Skip http-to-https redirect for the default health check endpoint.
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }

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

0 comments on commit d366a99

Please sign in to comment.