Skip to content

Commit

Permalink
attempt to fix heroku issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpadilla1 committed Jul 23, 2014
1 parent 318ee8d commit 113c152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatrooms/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class Common(Configuration):
'authorization',
'x-csrftoken'
)
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')


class Development(Common):
Expand All @@ -184,4 +185,3 @@ class Development(Common):

class Production(Common):
DEBUG_TOOLBAR_PATCH_SETTINGS = False
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

0 comments on commit 113c152

Please sign in to comment.