Skip to content

Commit 4aa76a1

Browse files
committed
Don't force SSL for use with local testing
1 parent 46b1b04 commit 4aa76a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# config.assume_ssl = true
5050

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

0 commit comments

Comments
 (0)