From 43f4d04fa1bbb41f232629109080e2ffe1a1bc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 18 May 2016 18:13:58 +0000 Subject: [PATCH] Mailman: allow Varnish checks on STG --- roles/mailman/templates/settings.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index 849ca75cd0..66884be4a3 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -27,6 +27,7 @@ ALLOWED_HOSTS = [ "discuss.arquillian.org", "localhost", # Archiving API from Mailman "127.0.0.1", # HAProxy ping + "mailman01", # Varnish ping on STG ] # And for BrowserID too, see # http://django-browserid.rtfd.org/page/user/settings.html#django.conf.settings.BROWSERID_AUDIENCES