From: Jan Paul Tuecking Date: Tue, 19 Jan 2010 21:40:56 +0000 (+0100) Subject: Some changes because of the dev subdomain. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4dc517c1cae4983bacb312c5ca17c733bfef403;p=ipfire.org.git Some changes because of the dev subdomain. --- 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),