Disable SSL in production
This commit is contained in:
parent
2ed50e0c9f
commit
a58c16668c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
# Log to STDOUT by default
|
||||
config.logger = ActiveSupport::Logger.new($stdout)
|
||||
|
|
Loading…
Reference in a new issue