https context
This commit is contained in:
parent
f3c16c4a58
commit
5728a96f74
2 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,11 @@ SITE_ID = 1
|
|||
USE_I18N = True
|
||||
APPEND_SLASH = False
|
||||
|
||||
# Uncomment this if you add https support.
|
||||
# Also make sue to send https from your https vhost:
|
||||
# proxy_set_header X-Forwarded-Proto https;
|
||||
#SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
||||
|
||||
# Absolute path to the directory that holds media.
|
||||
# Example: "/home/media/media.lawrence.com/"
|
||||
MEDIA_ROOT = normpath(join(PROJECT_ROOT, '..', 'data'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue