Skip to content

Commit

Permalink
force_ssl to match stage
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Nov 19, 2024
1 parent c60c586 commit b623c09
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 @@ -49,7 +49,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

# Skip http-to-https redirect for the default health check endpoint.
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
Expand Down

0 comments on commit b623c09

Please sign in to comment.