]> git.ipfire.org Git - ipfire.org.git/commitdiff
Some changes because of the dev subdomain.
authorJan Paul Tuecking <earl@ipfire.org>
Tue, 19 Jan 2010 21:40:56 +0000 (22:40 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Tue, 19 Jan 2010 21:40:56 +0000 (22:40 +0100)
www/webapp/__init__.py

index 1a8561641b9b93f8e32fb87eb29e2cee73d708b8..94606cbe6b7dc0d49c91698d9f3e0f8e823f2672 100644 (file)
@@ -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),