From e8455e4e4696a41b985c9a9f8dd29e040c5536be Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 14 Aug 2015 23:35:28 +0200 Subject: [PATCH] do not list vanity domains anymore - nginx should filter them Signed-off-by: Nico Schottelius --- dynamicweb/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index 790be2c0..1b683c66 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -36,9 +36,6 @@ DEBUG = False ALLOWED_HOSTS = [ ".ungleich.ch", "digital.glarus.ungleich.ch" , - "rails-hosting.ch", - "django-hosting.ch", - "node-hosting.ch" ]