Skip to content

Commit a1bbdca

Browse files
authored
Merge pull request #295 from ProgrammingDaisukiClub/toshifumi/force_ssl
force_ssl
2 parents 536eab7 + 6f377b6 commit a1bbdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
4646

4747
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
48-
# config.force_ssl = true
48+
config.force_ssl = true
4949

5050
# Use the lowest log level to ensure availability of diagnostic information
5151
# when problems arise.

0 commit comments

Comments
 (0)