Skip to content

Commit 053894e

Browse files
committed
Revert "Fixing SSL" - setting config.force_ssl back to true
This reverts commit e467986.
1 parent 69524c2 commit 053894e

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
@@ -2,7 +2,7 @@
22
# Settings specified here will take precedence over those in config/application.rb.
33

44
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
5-
config.force_ssl = false
5+
config.force_ssl = true
66

77
# Code is not reloaded between requests.
88
config.cache_classes = true

0 commit comments

Comments
 (0)