Mailman: also allow Arquillian
This commit is contained in:
parent
a1588faa10
commit
775df5a634
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ DATABASES = {
|
|||
|
||||
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
||||
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
|
||||
ALLOWED_HOSTS = [".fedoraproject.org", "127.0.0.1"] # 127.0.0.1: HAProxy ping
|
||||
ALLOWED_HOSTS = [".fedoraproject.org", "discuss.arquillian.org", "127.0.0.1"] # 127.0.0.1: HAProxy ping
|
||||
|
||||
# We're behind a proxy, use the X-Forwarded-Host header
|
||||
# See https://docs.djangoproject.com/en/1.5/ref/settings/#use-x-forwarded-host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue