Skip to content

Commit

Permalink
Adjust header name to match standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ChriFo authored and bameda committed Apr 3, 2024
1 parent fc6b1c7 commit ec1ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/common.py
Expand Up @@ -70,7 +70,7 @@

# Default configuration for reverse proxy
USE_X_FORWARDED_HOST = True
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTOCOL", "https")
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")

# Errors report configuration
SEND_BROKEN_LINK_EMAILS = True
Expand Down

0 comments on commit ec1ee06

Please sign in to comment.