]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
Deliver content gzip compressed.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Oct 2012 20:53:04 +0000 (21:53 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Oct 2012 20:53:04 +0000 (21:53 +0100)
web/__init__.py

index 1c09dd43bd6e089330fb55312b6ad7487811b41b..4061b828491a2709fa174fe03834d47f7727d5da 100644 (file)
@@ -21,7 +21,7 @@ class Application(tornado.web.Application):
 
                settings = dict(
                        debug = True,
-                       gzip  = False,
+                       gzip  = True,
                        login_url = "/login",
                        template_path = os.path.join(BASEDIR, "templates"),
                        ui_modules = {