Skip SSL
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Andrew Tomaka 2024-06-21 21:50:39 -04:00
parent 4bc83d7614
commit 77e7c652a1
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -49,7 +49,7 @@ Rails.application.configure do
# 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 = false
# Skip http-to-https redirect for the default health check endpoint.
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }