mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Production env: don't force SSL in rails
This commit is contained in:
parent
753d59ba05
commit
8794e3c22e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Rails.application.configure do
|
|||
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
|
||||
|
||||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||
config.force_ssl = true
|
||||
config.force_ssl = false
|
||||
|
||||
# Use the lowest log level to ensure availability of diagnostic information
|
||||
# when problems arise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue