Skip to content

Commit

Permalink
added setting for https forwading
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon authored and luissian committed Jan 17, 2024
1 parent 08504ca commit e8c91a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/template_settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,6 @@ CRONTAB_COMMAND_SUFFIX = "2>&1"

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
DATA_UPLOAD_MAX_MEMORY_SIZE = 7000000

# Needed when using a proxy for https forwading
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

0 comments on commit e8c91a2

Please sign in to comment.