Restore to real site.
This commit is contained in:
parent
a0dbdb8637
commit
8080ea7525
1 changed files with 2 additions and 3 deletions
|
@ -23,10 +23,9 @@ SITE_ID = 2
|
||||||
ROOT_URLCONF = 'conservancy.urls'
|
ROOT_URLCONF = 'conservancy.urls'
|
||||||
|
|
||||||
|
|
||||||
# FORCE_CANONICAL_HOSTNAME = "sfconservancy.org"
|
FORCE_CANONICAL_HOSTNAME = "sfconservancy.org"
|
||||||
FORCE_CANONICAL_HOSTNAME = False
|
|
||||||
|
|
||||||
ALLOWED_HOSTS = [ 'aspen.sfconservancy.org', 'sfconservancy.org' ]
|
ALLOWED_HOSTS = [ 'www.sfconservancy.org', 'aspen.sfconservancy.org', 'sfconservancy.org' ]
|
||||||
|
|
||||||
REDIRECT_TABLE = {
|
REDIRECT_TABLE = {
|
||||||
'www.sf-conservancy.org': 'sfconservancy.org',
|
'www.sf-conservancy.org': 'sfconservancy.org',
|
||||||
|
|
Loading…
Add table
Reference in a new issue