deb/passerelle: config.py with ALLOWED_HOSTS=*

This commit is contained in:
Thomas NOËL 2014-10-19 00:01:37 +02:00
parent 6b963f34a8
commit 88950f6371
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ ADMINS = (
MANAGERS = ADMINS
# ALLOWED_HOSTS must be correct in production
# See https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = ['*'] # cg14: we are behind a pile of reverse proxies... :/
#See https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
#ALLOWED_HOSTS = [
# 'teleservices.calvados.fr',
# 'teleservices.calvados.fr.',