We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0baee09 + 285c057 commit 3136d00Copy full SHA for 3136d00
1 file changed
config/environments/production.rb
@@ -35,7 +35,8 @@
35
# config.assume_ssl = true
36
37
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
38
- config.force_ssl = true
+ # NOTE: DataCite specific: This should not be enabled unless infrastructure has changed, ssl is handled via the load balancer proxy
39
+ # config.force_ssl = true
40
41
# Skip http-to-https redirect for the default health check endpoint.
42
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
0 commit comments