Skip to content

Commit

Permalink
Update settings comment
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Chosak <[email protected]>
  • Loading branch information
willbarton and chosak authored Dec 10, 2024
1 parent c9e202c commit 289a0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/cfgov/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
# In production deployments SSL is never terminated at the Django application,
# so in practice Django will never receive secure requests. HTTP requests must
# always come with an "X-Forwarded-Proto: https" header if this is set to True
# or this we get into a redirect loop.
# or else we get into a redirect loop.
SECURE_SSL_REDIRECT = False

# Require the SECRET_KEY as an environment variable
Expand Down

0 comments on commit 289a0c0

Please sign in to comment.