mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
Add the host to the list of ALLOWED_HOSTS
This commit is contained in:
@@ -60,8 +60,7 @@ DEBUG = False
|
||||
|
||||
# NOTE: this is needed when DEGUB is False.
|
||||
# https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts
|
||||
#ALLOWED_HOSTS = ['pdc.fedoraproject.org']
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['{{ hostname }}']
|
||||
|
||||
# ADMINS and MANAGERS
|
||||
# ADMINS = ()
|
||||
|
||||
Reference in New Issue
Block a user