Skip to content

Commit

Permalink
Merge pull request #6582 from pulibrary/revert-sslconfig
Browse files Browse the repository at this point in the history
Revert "Don't force ssl"
  • Loading branch information
sdellis authored Dec 20, 2024
2 parents 4f9a3a9 + f25b14f commit 11a8628
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 @@ -19,7 +19,7 @@
config.action_mailer.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "localhost"), protocol: ENV.fetch("APPLICATION_HOST_PROTOCOL", "http") }
config.action_mailer.perform_caching = false
config.action_controller.action_on_unpermitted_parameters = false
config.force_ssl = false
config.force_ssl = true
config.action_dispatch.x_sendfile_header = "X-Accel-Redirect"
config.active_storage.service = :local
config.cache_store = :mem_cache_store, "figgy-web-prod1.princeton.edu"
Expand Down

0 comments on commit 11a8628

Please sign in to comment.