From d4dc517c1cae4983bacb312c5ca17c733bfef403 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Tue, 19 Jan 2010 22:40:56 +0100 Subject: [PATCH] Some changes because of the dev subdomain. --- www/webapp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/webapp/__init__.py b/www/webapp/__init__.py index 1a856164..94606cbe 100644 --- a/www/webapp/__init__.py +++ b/www/webapp/__init__.py @@ -43,7 +43,7 @@ class Application(tornado.web.Application): (r"/(robots\.txt)", tornado.web.StaticFileHandler, dict(path = static_path)), ] - self.add_handlers(r"www\.ipfire\.org", [ + self.add_handlers(r"(dev|www)\.ipfire\.(at|org)", [ # Entry sites that lead the user to index (r"/", MainHandler), (r"/[A-Za-z]{2}/?", MainHandler), -- 2.47.3