mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 05:10:59 +00:00
Dont force SSL
This commit is contained in:
parent
a0c701bcb9
commit
d487f5e70b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Rails.application.configure do
|
|||
config.assets.digest = 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
|
||||
|
||||
# See everything in the log (default is :info)
|
||||
config.log_level = :info
|
||||
|
|
Loading…
Reference in a new issue