Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
ebeec0a3
Commit
ebeec0a3
authored
Apr 03, 2012
by
Kostas Papadimitriou
Browse files
Enable USE_X_FORWARDED_HOST by default in webproject
parent
2cea72af
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-webproject/synnefo/webproject/settings/default/deploy.py
View file @
ebeec0a3
...
...
@@ -11,3 +11,8 @@ SESSION_COOKIE_SECURE = True
# You should always change this setting.
# Make this unique, and don't share it with anybody.
SECRET_KEY
=
'ly6)mw6a7x%n)-e#zzk4jo6f2=uqu!1o%)2-(7lo+f9yd^k^bg'
# A boolean that specifies whether to use the X-Forwarded-Host header in
# preference to the Host header. This should only be enabled if a proxy which
# sets this header is in use.
USE_X_FORWARDED_HOST
=
True
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment