]> git.ipfire.org Git - ipfire.org.git/commitdiff
wiki: Looks like we don't have to care about static files
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Nov 2018 15:57:25 +0000 (15:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Nov 2018 15:57:25 +0000 (15:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py

index c8c97e1c9ed4719abd846bfbd93ebac0b2f019f6..88ee2ca2558612aedc29c829a94204c5a5ab5c05 100644 (file)
@@ -283,9 +283,6 @@ class Application(tornado.web.Application):
                self.add_handlers(r"wiki(\.dev)?\.ipfire\.org",
                        authentication_handlers + [
 
-                       # Deliver static files (CSS, etc.)
-                       #(r"/(static/.*)", tornado.web.StaticFileHandler),
-
                        (r"/search", wiki.SearchHandler),
                        (r"([A-Za-z0-9\-_\/]+)?", wiki.PageHandler),
                ])