Fixed canonical hostname
This commit is contained in:
parent
9f50eeb52c
commit
34d5e020d7
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
# See deployment documentation for more info.
|
# See deployment documentation for more info.
|
||||||
from os import environ
|
from os import environ
|
||||||
environ["DJANGO_SETTINGS_MODULE"] = 'conservancy.settings'
|
environ["DJANGO_SETTINGS_MODULE"] = 'conservancy.settings'
|
||||||
environ["CANONICAL_HOSTNAME"] = 'conservancy.softwarefreedom.org'
|
environ["CANONICAL_HOSTNAME"] = 'sfconservancy.org'
|
||||||
|
|
||||||
from modpythoncustom import *
|
from modpythoncustom import *
|
||||||
|
|
Loading…
Reference in a new issue