Skip to content

Commit a991630

Browse files
committed
disable force_sll
1 parent f07394e commit a991630

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
@@ -48,7 +48,7 @@
4848
# config.action_cable.allowed_request_origins = [ "http://example.com", /http:\/\/example.*/ ]
4949

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

5353
# Include generic and useful information about system operation, but avoid logging too much
5454
# information to avoid inadvertent exposure of personally identifiable information (PII).

0 commit comments

Comments
 (0)