]> git.ipfire.org Git - ipfire.org.git/commitdiff
web: Fix broken domain name
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Jan 2022 15:57:06 +0000 (15:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Jan 2022 15:57:06 +0000 (15:57 +0000)
I used this for testing.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py

index d0640af95d63f962d82a99cb009ca2c805d9fe40..676e6edb8a60fc3dcd64283401c438fdb4eb5684 100644 (file)
@@ -115,7 +115,7 @@ class Application(tornado.web.Application):
                        (r"/logout", auth.LogoutHandler),
                ]
 
-               self.add_handlers(r"(dev|www)\.ipfire\.rocks", [
+               self.add_handlers(r"(dev|www)\.ipfire\.org", [
                        # Entry site that lead the user to index
                        (r"/", IndexHandler),